Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 761f264 + a1eba88 commit 81c2562Copy full SHA for 81c2562
rest_framework/authtoken/south_migrations/0001_initial.py
@@ -40,7 +40,7 @@ def backwards(self, orm):
40
'name': ('django.db.models.fields.CharField', [], {'max_length': '50'})
41
},
42
"%s.%s" % (User._meta.app_label, User._meta.module_name): {
43
- 'Meta': {'object_name': User._meta.module_name},
+ 'Meta': {'object_name': User._meta.module_name, 'db_table': repr(User._meta.db_table)},
44
45
'authtoken.token': {
46
'Meta': {'object_name': 'Token'},
0 commit comments