Fixes: #18808 - Fix incorrect dependencies on squashed migrations (#18827)

This commit is contained in:
bctiemann
2025-03-07 13:20:34 -05:00
committed by GitHub
parent 6bc9302ce5
commit bbf4eea76c
27 changed files with 65 additions and 65 deletions

View File

@@ -10,7 +10,7 @@ class Migration(migrations.Migration):
dependencies = [
('contenttypes', '0002_remove_content_type_name'),
('extras', '0099_cachedvalue_ordering'),
('ipam', '0067_ipaddress_index_host'),
('ipam', '0054_squashed_0067'),
('tenancy', '0012_contactassignment_custom_fields'),
]