diff options
| -rw-r--r-- | rest_framework/authtoken/south_migrations/0001_initial.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/rest_framework/authtoken/south_migrations/0001_initial.py b/rest_framework/authtoken/south_migrations/0001_initial.py index 926de02b..5b927f3e 100644 --- a/rest_framework/authtoken/south_migrations/0001_initial.py +++ b/rest_framework/authtoken/south_migrations/0001_initial.py @@ -40,7 +40,7 @@ class Migration(SchemaMigration):              'name': ('django.db.models.fields.CharField', [], {'max_length': '50'})          },          "%s.%s" % (User._meta.app_label, User._meta.module_name): { -            'Meta': {'object_name': User._meta.module_name}, +            'Meta': {'object_name': User._meta.module_name, 'db_table': repr(User._meta.db_table)},          },          'authtoken.token': {              'Meta': {'object_name': 'Token'}, | 
