Skip to content

Commit

Permalink
Do not specify the exact auth migration name
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed May 17, 2017
1 parent 1a9e2b0 commit 15ad055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authlib/little_auth/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Migration(migrations.Migration):
initial = True

dependencies = [
('auth', '0008_alter_user_username_max_length'),
('auth', '__latest__'),
]

operations = [
Expand Down

0 comments on commit 15ad055

Please sign in to comment.