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