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 admin 中按自定义日期范围过滤
您可以使用django-admin-filtrate。如果您使用的是 django 1.4,请将我发送的补丁放在问题评论中。