Skip to content

Commit

Permalink
Make the custom user model compatible with Django 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pelme committed Jan 2, 2015
1 parent 68e9c24 commit f310097
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ class Migration(migrations.Migration):
'verbose_name_plural': 'users',
},
bases=None,
managers=None,
),
]
""", 'migrations/0001_initial.py') # noqa
Expand Down

0 comments on commit f310097

Please sign in to comment.