I have updated our project from svn and I have new migration files. When I use :
./work/manage.py schemamigration mypackage --auto
I have this message:
Nothing seems to have changed.
But the database has changed! Why south couldn't detect any change?
Thanks in advance