Align initial migration with Wagtail 7.3.1

This commit is contained in:
2026-04-10 18:06:08 +02:00
parent 3e12189335
commit d1c6a5f85c

View File

@@ -11,7 +11,7 @@ class Migration(migrations.Migration):
initial = True initial = True
dependencies = [ dependencies = [
("wagtailcore", "0097_alter_page_locale_alter_page_translation_key"), ("wagtailcore", "0096_referenceindex_referenceindex_source_object_and_more"),
] ]
operations = [ operations = [