Ticket #264: convert_to_south.diff
| File convert_to_south.diff, 618 bytes (added by kez.knight@…, 10 months ago) |
|---|
-
/south/management/commands/
old new 63 63 print "App '%s' converted. Note that South assumed the application's models matched the database" % app 64 print "(i.e. you haven't changed it since last syncdb); if you have, you should delete the %s/migrations" 64 print "(i.e. you haven't changed it since last syncdb); if you have, you should delete the %s/migrations" % app 65 65 print "directory, revert models.py so it matches the database, and try again."
