Skip to content

Commit

Permalink
Depend on 0001_initial in custom user test (Django 1.7 compatibility)
Browse files Browse the repository at this point in the history
  • Loading branch information
pelme committed Jan 2, 2015
1 parent f310097 commit 21a5de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def test_custom_user_model(admin_client):
class Migration(migrations.Migration):
dependencies = [
('auth', '0005_alter_user_last_login_null'),
('auth', '0001_initial'),
]
operations = [
Expand Down

0 comments on commit 21a5de6

Please sign in to comment.