Use older migration dependencies that exist in older Wagtail versions
This commit is contained in:
committed by
Michael van Tellingen
parent
fe6a26e1fd
commit
0da7f111e3
@ -12,7 +12,7 @@ class Migration(migrations.Migration):
|
|||||||
initial = True
|
initial = True
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('wagtailcore', '0030_index_on_pagerevision_created_at'),
|
('wagtailcore', '0001_initial'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
|
@ -9,7 +9,7 @@ import django.db.models.deletion
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('wagtailcore', '0033_remove_golive_expiry_help_text'),
|
('wagtailcore', '0001_initial'),
|
||||||
('wagtail_personalisation', '0010_auto_20170531_1101'),
|
('wagtail_personalisation', '0010_auto_20170531_1101'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user