【发布时间】:2018-04-25 06:26:43
【问题描述】:
在现有的 wagtail 项目中,我运行 python3 manage.py makemigrations 但这给出了这个问题
django.db.migrations.exceptions.NodeNotFoundError: Migration 'collection-name' dependencies reference nonexistent parent node ('wagtailcore', '0029_unicode_slugfield_dj19')**
如果我从该特定集合中隐藏 wagtailcore 依赖项,那么我会收到其他 wagtail 依赖项错误(如 wagtail 图像),所以我认为这个问题与 wagtail 有关。
【问题讨论】:
标签: django python-3.x django-models wagtail