adjust migration order to make preview happy
This commit is contained in:
parent
c0af8fb862
commit
493580aec3
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ import django.db.models.functions.text
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("users", "0007_user_pending_email"),
|
||||
("users", "0008_user_at_least_one_login_method"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
|
@ -5,7 +5,7 @@ from django.db import migrations, models
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("users", "0007_username_case_insensitive"),
|
||||
("users", "0007_user_pending_email"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
|
@ -7,7 +7,7 @@ import django.db.models.deletion
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("users", "0008_user_at_least_one_login_method"),
|
||||
("users", "0007_username_case_insensitive"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
Loading…
Add table
Reference in a new issue