diff --git a/wagtail/tests/testapp/migrations/0006_sectionedrichtextpage_sectionedrichtextpagesection.py b/wagtail/tests/testapp/migrations/0006_sectionedrichtextpage_sectionedrichtextpagesection.py index 863725a26..bb172f9da 100644 --- a/wagtail/tests/testapp/migrations/0006_sectionedrichtextpage_sectionedrichtextpagesection.py +++ b/wagtail/tests/testapp/migrations/0006_sectionedrichtextpage_sectionedrichtextpagesection.py @@ -9,7 +9,7 @@ import wagtail.wagtailcore.fields class Migration(migrations.Migration): dependencies = [ - ('wagtailcore', '0029_unicode_slugfield_dj19'), + ('wagtailcore', '0028_merge'), ('tests', '0005_customrichblockfieldpage_customrichtextfieldpage_defaultrichblockfieldpage_defaultrichtextfieldpage'), ]