Ticket #264: convert_to_south.diff

File convert_to_south.diff, 618 bytes (added by kez.knight@…, 10 months ago)

unified diff to fix string formatting

  • /south/management/commands/

    old new  
    6363        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 
    6565        print "directory, revert models.py so it matches the database, and try again."