2.11 run_before fix

This commit is contained in:
datalets 2020-12-11 11:41:26 +01:00
parent 296625787d
commit 32cb2abca2

View file

@ -36,6 +36,10 @@ def create_homepage(apps, schema_editor):
class Migration(migrations.Migration):
run_before = [
('wagtailcore', '0053_locale_model'), # added for Wagtail 2.11 compatibility
]
dependencies = [
('home', '0001_initial'),
]