Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有代码形式django docs,但这会输出错误。
ImportError:无法导入名称 SimpleListFilter
我正在使用 django 1.3
有人知道这个导入有什么问题吗?
谢谢!
我相信 SimpleListFilter 是在 Django 1.4 中添加的。如果您查看Django 1.3 Admin的文档,则没有提及它。
您正在查看开发文档。如果您跳到页面顶部并单击 1.3,您将看到该模型在您的版本中不可用。