diff options
| author | Stephan Groß | 2013-03-04 17:12:02 +0100 | 
|---|---|---|
| committer | Stephan Groß | 2013-03-04 17:12:02 +0100 | 
| commit | 214e201ff87baea9f13ae3dccd9f905484de68ef (patch) | |
| tree | 2dbc5accc83d8c00d74e83d5e7158adfb8a4af42 /rest_framework/authtoken | |
| parent | 27175c2cf50022af5c4683ba0283506c5f9a5fc6 (diff) | |
| download | django-rest-framework-214e201ff87baea9f13ae3dccd9f905484de68ef.tar.bz2 | |
Update migration
Diffstat (limited to 'rest_framework/authtoken')
| -rw-r--r-- | rest_framework/authtoken/migrations/0001_initial.py | 1 | 
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'}, | 
