Fix migration dependencies issues
This commit is contained in:
parent
11394beeec
commit
ce1b7b58a0
3 changed files with 3 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ class Migration(migrations.Migration):
|
||||||
if 'cmsplugin_filer' not in thumbnail_model:
|
if 'cmsplugin_filer' not in thumbnail_model:
|
||||||
filer_dependencies = [
|
filer_dependencies = [
|
||||||
('filer', '0003_thumbnailoption'),
|
('filer', '0003_thumbnailoption'),
|
||||||
('cmsplugin_filer_image', '0006_auto_20160427_1438')
|
('cmsplugin_filer_image', '0003_mv_thumbnail_option_to_filer_20160119_1720'),
|
||||||
]
|
]
|
||||||
else:
|
else:
|
||||||
filer_dependencies = [
|
filer_dependencies = [
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ class Migration(migrations.Migration):
|
||||||
if 'cmsplugin_filer' not in thumbnail_model:
|
if 'cmsplugin_filer' not in thumbnail_model:
|
||||||
filer_dependencies = [
|
filer_dependencies = [
|
||||||
('filer', '0003_thumbnailoption'),
|
('filer', '0003_thumbnailoption'),
|
||||||
('cmsplugin_filer_image', '0006_auto_20160427_1438')
|
('cmsplugin_filer_image', '0003_mv_thumbnail_option_to_filer_20160119_1720'),
|
||||||
]
|
]
|
||||||
else:
|
else:
|
||||||
filer_dependencies = [
|
filer_dependencies = [
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ class Migration(migrations.Migration):
|
||||||
if 'cmsplugin_filer' not in thumbnail_model:
|
if 'cmsplugin_filer' not in thumbnail_model:
|
||||||
filer_dependencies = [
|
filer_dependencies = [
|
||||||
('filer', '0003_thumbnailoption'),
|
('filer', '0003_thumbnailoption'),
|
||||||
('cmsplugin_filer_image', '0006_auto_20160427_1438')
|
('cmsplugin_filer_image', '0003_mv_thumbnail_option_to_filer_20160119_1720'),
|
||||||
]
|
]
|
||||||
else:
|
else:
|
||||||
filer_dependencies = [
|
filer_dependencies = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue