Features: ;
Fixes: 1) Update dependency for 'geo' app in core migrations; 2) Remove redundant 'core' app dependency in vibes_auth migrations; Extra: .
This commit is contained in:
parent
0b1a8550ab
commit
c3c2222d99
2 changed files with 1 additions and 2 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ class Migration(migrations.Migration):
|
|||
|
||||
dependencies = [
|
||||
('auth', '0012_alter_user_first_name_max_length'),
|
||||
('core', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue