From 63ce694b4d3a992ed4bfa2991672307462c7de0d Mon Sep 17 00:00:00 2001 From: Evarin Date: Sat, 3 Feb 2018 22:39:50 +0100 Subject: [PATCH] Fix dependency --- gestioncof/cms/migrations/0003_auto_20180128_2215.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gestioncof/cms/migrations/0003_auto_20180128_2215.py b/gestioncof/cms/migrations/0003_auto_20180128_2215.py index 89b59957..983726b0 100644 --- a/gestioncof/cms/migrations/0003_auto_20180128_2215.py +++ b/gestioncof/cms/migrations/0003_auto_20180128_2215.py @@ -10,7 +10,6 @@ import wagtail.contrib.wagtailroutablepage.models class Migration(migrations.Migration): dependencies = [ - ('wagtailcore', '0039_collectionviewrestriction'), ('cofcms', '0002_auto_20180128_1717'), ]