Request Method: GET
Request URL: http://localhost:8000/blog/blog-title/
Django Version: 1.10.8
Exception Type: ValueError
Exception Value:
'title_en' is not in list
Exception Location: /lib/python3.6/site-packages/django/db/models/query.py in __init__, line 1715
Python Executable: /bin/python
Python Version: 3.6.5
安装后django-modeltranslation
,我在 django 网站上收到此错误。我尝试在 translationOptions 中添加字段。还尝试了makemigration和migrations。这会在表中添加 title_en,但不会在前面呈现博客。在添加之前django-modeltranslation
,博客正在正确呈现,没有任何错误。