【发布时间】:2018-02-24 10:16:26
【问题描述】:
我有 django 1.8 项目,我正在使用 django-suit==0.2.25。
当我想添加一个新项目时,我得到一个错误:
TypeError at /admin/tours/tour/add/
unsupported operand type(s) for -: 'NoneType' and 'int'
此代码在路径...venv/lib/python3.5/site-packages/suit/templates/admin/includes/fieldset.html, error at line 44中突出显示:
<span class="readonly">
{{ field|field_contents_foreign_linked }}
</span>
请提供任何提示。 我已经试过了:https://github.com/darklow/django-suit/issues/638 但没有成功。
【问题讨论】:
标签: python django django-admin typeerror django-suit