[Answer]-Django and south upgrade

1👍

thanks for the help.
I got the answer.I had to upgrade my south to South-0.8.x. Its clearly written in south documentation that in this version they solve the problem with sqlite db.

👤Aks

0👍

migrations becomes a part of the django stack from version 1.7 onwards (currently in development), so unless you’re also upgrading the south version, there isn’t any special changes the upgrade will require as far as south is concerned.

👤yuvi

0👍

There shouldn’t be any problems due to the fact that you are upgrading Django and South is only a “library”.

You can also read:
https://docs.djangoproject.com/en/dev/topics/migrations/

And try it first on the development environment.

Leave a comment