Skip to content

Commit

Permalink
Use previous auth migration dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
apragacz committed Jul 23, 2023
1 parent f71b288 commit 709e641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testapps/custom_users/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Migration(migrations.Migration):
initial = True

dependencies = [
('auth', '0012_alter_user_first_name_max_length'),
('auth', '0001_initial'),
]

operations = [
Expand Down

0 comments on commit 709e641

Please sign in to comment.