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

@@ -21,7 +21,7 @@ class Migration(migrations.Migration):
dependencies = [
('ipam', '0002_squashed_0046'),
('tenancy', '0007_contact_link'),
('tenancy', '0002_squashed_0011'),
('extras', '0002_squashed_0059'),
('dcim', '0003_squashed_0130'),
]