7

Use older migration dependencies that exist in older Wagtail versions

This commit is contained in:
Tomasz Knapik
2017-06-05 15:34:17 +01:00
committed by Michael van Tellingen
parent fe6a26e1fd
commit 0da7f111e3
2 changed files with 2 additions and 2 deletions

View File

@ -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'),
]