Merge branch 'main' into storefront-nuxt

This commit is contained in:
Egor Pavlovich Gorbunov 2025-11-17 14:03:14 +03:00
commit b876946a78
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ class Migration(migrations.Migration):
# noinspection PyUnresolvedReferences
dependencies = [
("auth", "__latest__"),
("auth", "0012_alter_user_first_name_max_length"),
]
operations = [

View file

@ -4,7 +4,7 @@ from django.db import migrations
class Migration(migrations.Migration):
# noinspection PyUnresolvedReferences
dependencies = [
("token_blacklist", "__latest__"),
("token_blacklist", "0012_alter_outstandingtoken_user"),
("vibes_auth", "0001_initial"),
]