From 047d818345d8151ea7225a19b18b4c28ba11ed51 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 3 Jun 2016 19:47:47 +0100 Subject: [PATCH] Fix test migration for Wagtail 1.5 --- .../0006_sectionedrichtextpage_sectionedrichtextpagesection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), ]