aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/authtoken/migrations
diff options
context:
space:
mode:
authorStephan Groß2013-03-04 17:12:02 +0100
committerStephan Groß2013-03-04 17:12:02 +0100
commit214e201ff87baea9f13ae3dccd9f905484de68ef (patch)
tree2dbc5accc83d8c00d74e83d5e7158adfb8a4af42 /rest_framework/authtoken/migrations
parent27175c2cf50022af5c4683ba0283506c5f9a5fc6 (diff)
downloaddjango-rest-framework-214e201ff87baea9f13ae3dccd9f905484de68ef.tar.bz2
Update migration
Diffstat (limited to 'rest_framework/authtoken/migrations')
-rw-r--r--rest_framework/authtoken/migrations/0001_initial.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rest_framework/authtoken/migrations/0001_initial.py b/rest_framework/authtoken/migrations/0001_initial.py
index 21b35f15..d5965e40 100644
--- a/rest_framework/authtoken/migrations/0001_initial.py
+++ b/rest_framework/authtoken/migrations/0001_initial.py
@@ -48,7 +48,6 @@ class Migration(SchemaMigration):
},
"%s.%s" % (User._meta.app_label, User._meta.module_name): {
'Meta': {'object_name': User._meta.module_name},
- 'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}),
},
'authtoken.token': {
'Meta': {'object_name': 'Token'},