diff --git a/wagtail/tests/i18n/migrations/0002_clusterabletestmodel_clusterabletestmodelchild_clusterabletestmodeltranslatablechild.py b/wagtail/tests/i18n/migrations/0002_clusterabletestmodel_clusterabletestmodelchild_clusterabletestmodeltranslatablechild.py index 2b753172d0..b4feda5be7 100644 --- a/wagtail/tests/i18n/migrations/0002_clusterabletestmodel_clusterabletestmodelchild_clusterabletestmodeltranslatablechild.py +++ b/wagtail/tests/i18n/migrations/0002_clusterabletestmodel_clusterabletestmodelchild_clusterabletestmodeltranslatablechild.py @@ -9,7 +9,7 @@ import uuid class Migration(migrations.Migration): dependencies = [ - ('wagtailcore', '0061_change_promote_tab_helpt_text_and_verbose_names'), + ('wagtailcore', '0059_apply_collection_ordering'), ('i18n', '0001_initial'), ]