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

@@ -8,7 +8,7 @@ class Migration(migrations.Migration):
initial = True
dependencies = [
('users', '0004_netboxgroup_netboxuser'),
('users', '0002_squashed_0004'),
]
operations = [