Переглянути джерело

Fix migration dependency for Wagtail <4

Matt Westcott 2 роки тому
батько
коміт
35e8d43c09

+ 1 - 1
bakerydemo/base/migrations/0009_auto_20220823_1659.py

@@ -9,7 +9,7 @@ import wagtail_editable_help.models
 class Migration(migrations.Migration):
 
     dependencies = [
-        ('wagtailcore', '0076_modellogentry_revision'),
+        ('wagtailcore', '0040_page_draft_title'),
         ('wagtailimages', '0024_index_image_file_hash'),
         ('base', '0008_use_json_field_for_body_streamfield'),
     ]