我有 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 但没有成功。