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

@@ -19,7 +19,7 @@ class Migration(migrations.Migration):
]
dependencies = [
('ipam', '0046_set_vlangroup_scope_types'),
('ipam', '0002_squashed_0046'),
('tenancy', '0001_squashed_0012'),
('extras', '0002_squashed_0059'),
('contenttypes', '0002_remove_content_type_name'),