diff --git a/datacenterlight/migrations/0014_dclnavbarpluginmodel_language_dropdown.py b/datacenterlight/migrations/0014_dclnavbarpluginmodel_language_dropdown.py index e3e9982d..ba90af39 100644 --- a/datacenterlight/migrations/0014_dclnavbarpluginmodel_language_dropdown.py +++ b/datacenterlight/migrations/0014_dclnavbarpluginmodel_language_dropdown.py @@ -9,7 +9,6 @@ class Migration(migrations.Migration): dependencies = [ ('datacenterlight', '0013_dclnavbarpluginmodel'), - ('filer', '0005_auto_20171219_1856'), ] operations = [ diff --git a/datacenterlight/migrations/0014_dclsectionpromopluginmodel.py b/datacenterlight/migrations/0014_dclsectionpromopluginmodel.py index 81e8d6f0..86de7d14 100644 --- a/datacenterlight/migrations/0014_dclsectionpromopluginmodel.py +++ b/datacenterlight/migrations/0014_dclsectionpromopluginmodel.py @@ -12,6 +12,7 @@ class Migration(migrations.Migration): dependencies = [ ('cms', '0014_auto_20160404_1908'), + ('filer', '0005_auto_20171219_1856'), ('datacenterlight', '0013_dclnavbarpluginmodel'), ]