From c3c2222d9995dfdb02b73b025c24929dc5233d6a Mon Sep 17 00:00:00 2001 From: Egor fureunoir Gorbunov Date: Mon, 19 May 2025 15:01:57 +0300 Subject: [PATCH] Features: ; Fixes: 1) Update dependency for 'geo' app in core migrations; 2) Remove redundant 'core' app dependency in vibes_auth migrations; Extra: . --- core/migrations/0001_initial.py | 2 +- vibes_auth/migrations/0001_initial.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/core/migrations/0001_initial.py b/core/migrations/0001_initial.py index 017d2409..cbeb90f8 100644 --- a/core/migrations/0001_initial.py +++ b/core/migrations/0001_initial.py @@ -16,7 +16,7 @@ class Migration(migrations.Migration): initial = True dependencies = [ - ('geo', '0001_initial'), + ('geo', '0002_alter_address_api_response_alter_address_location_and_more'), ] operations = [ diff --git a/vibes_auth/migrations/0001_initial.py b/vibes_auth/migrations/0001_initial.py index 7719cf10..c4d59e0e 100644 --- a/vibes_auth/migrations/0001_initial.py +++ b/vibes_auth/migrations/0001_initial.py @@ -17,7 +17,6 @@ class Migration(migrations.Migration): dependencies = [ ('auth', '0012_alter_user_first_name_max_length'), - ('core', '0001_initial'), ] operations = [