From 1a40d97506877440bffba588971ffd33f1a8315e Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 5 Mar 2021 12:38:06 +0000 Subject: [PATCH] Fix migration dependency in i18n test migration --- ...rabletestmodelchild_clusterabletestmodeltranslatablechild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), ]