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
- [Answer]-How to get non_field_errors on template when using FormView and ModelForm
- [Answer]-Django getting related foreignkey fields confusion
- [Answer]-Creating a 'delete cart' button in django
- [Answer]-Deleting a resource only if the DELETE request is by the resource's owner in django-tastypie
- [Answer]-How do I access POST data in overriden form save method?
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.
- [Answer]-Object type instead of specific value from def __unicode__ showed in admin
- [Answer]-I want change directory and run command in fabric
- [Answer]-Number of SQL queries for a django update
Source:stackexchange.com