Merge branch 'main' into storefront-nuxt
This commit is contained in:
commit
b876946a78
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ class Migration(migrations.Migration):
|
||||||
|
|
||||||
# noinspection PyUnresolvedReferences
|
# noinspection PyUnresolvedReferences
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("auth", "__latest__"),
|
("auth", "0012_alter_user_first_name_max_length"),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ from django.db import migrations
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
# noinspection PyUnresolvedReferences
|
# noinspection PyUnresolvedReferences
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("token_blacklist", "__latest__"),
|
("token_blacklist", "0012_alter_outstandingtoken_user"),
|
||||||
("vibes_auth", "0001_initial"),
|
("vibes_auth", "0001_initial"),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue