Fix migration dependencies for 3.7->4.1 path

This commit is contained in:
Brian Tiemann 2024-09-10 09:21:26 -04:00 committed by Jeremy Stretch
parent 89604ceade
commit bf7b8b2458

View File

@ -22,6 +22,7 @@ class Migration(migrations.Migration):
dependencies = [
('users', '0002_squashed_0004'),
('extras', '0113_customfield_rename_object_type'),
]
operations = [