django:无法导入名称 SimpleListFilter

发布于 2024-11-24 12:43:33 字数 301 浏览 1 评论 0原文

我有代码形式 django docs< /a>,但这会输出错误。

导入错误:无法导入名称 SimpleListFilter

我正在使用 django 1.3

有人知道此导入有什么问题吗?

谢谢!

I have the code form django docs, but this will output an error.

ImportError: cannot import name SimpleListFilter

I am using django 1.3

Anyone knows what's problem with this import?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

想你的星星会说话 2024-12-01 12:43:33

我相信 SimpleListFilter 是在 Django 1.4 中添加的。如果您查看 Django 1.3 Admin 的文档,则不会提及它的。

I believe that SimpleListFilter was added in Django 1.4. If you look at the documentation for Django 1.3 Admin no mention is made of it.

那一片橙海, 2024-12-01 12:43:33

您正在查看开发文档。如果您跳到页面顶部并单击 1.3,您将看到该模型在您的版本中不可用。

You're looking at the dev docs. If you jump to the top of the page and click on 1.3, you'll see that model isn't available in your version.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文