fix migrations
This commit is contained in:
parent
d74fdf9472
commit
d7fc4e686f
2 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,6 @@ class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('datacenterlight', '0013_dclnavbarpluginmodel'),
|
('datacenterlight', '0013_dclnavbarpluginmodel'),
|
||||||
('filer', '0005_auto_20171219_1856'),
|
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
|
|
|
@ -12,6 +12,7 @@ class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('cms', '0014_auto_20160404_1908'),
|
('cms', '0014_auto_20160404_1908'),
|
||||||
|
('filer', '0005_auto_20171219_1856'),
|
||||||
('datacenterlight', '0013_dclnavbarpluginmodel'),
|
('datacenterlight', '0013_dclnavbarpluginmodel'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue