浏览代码

Fix migration dependency for Wagtail <4

Matt Westcott 2 年之前
父节点
当前提交
35e8d43c09
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bakerydemo/base/migrations/0009_auto_20220823_1659.py

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