Change 0005_auto_20171015_0703 dependency to 0004_auto_20160328_1434
This commit is contained in:
parent
0fff040a9b
commit
7fa23577f6
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ import filer.fields.image
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('filer', '0005_auto_20171015_0703'),
|
||||
('filer', '0004_auto_20160328_1434'),
|
||||
('ungleich_page', '0007_auto_20171117_1011'),
|
||||
]
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ import filer.fields.image
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('filer', '0005_auto_20171015_0703'),
|
||||
('filer', '0004_auto_20160328_1434'),
|
||||
('cms', '0014_auto_20160404_1908'),
|
||||
('ungleich_page', '0008_ungleichserviceitem'),
|
||||
]
|
||||
|
|
|
@ -11,7 +11,7 @@ import filer.fields.image
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('filer', '0005_auto_20171015_0703'),
|
||||
('filer', '0004_auto_20160328_1434'),
|
||||
('cms', '0014_auto_20160404_1908'),
|
||||
('ungleich_page', '0011_ungleichproduct_ungleichproductitem'),
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue