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

@@ -15,8 +15,8 @@ class Migration(migrations.Migration):
]
dependencies = [
('circuits', '0037_new_cabling_models'),
('dcim', '0160_populate_cable_ends'),
('circuits', '0003_squashed_0037'),
('dcim', '0160_squashed_0166'),
]
operations = [