我正在尝试使用django-grappelli和django 1.5.1版
但是在设置之后,grappelli的所有要求,我有以下错误。
TemplateSyntaxError at /admin/
'firstof' is not a valid tag or filter in tag library 'future'
In template C:\Python27\lib\site-packages\grappelli\templates\admin\base.html, error at line 1
{% load admin_static %}{% load firstof from future %}{% load i18n grp_tags %}
想法?
答案 0 :(得分:1)
grappelli 2.4.8(与django 1.5兼容)不包括未来的第一部分,grappelli 2.5.0(与django 1.6兼容)的确如此。
参考链接https://github.com/sehmaschine/django-grappelli/issues/407