2.11 run_before fix
This commit is contained in:
parent
296625787d
commit
32cb2abca2
1 changed files with 4 additions and 0 deletions
|
@ -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'),
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue