auth.user 的自定义过滤器规格
我见过的向 Django 管理添加自定义过滤器规范的所有技术都涉及编辑 models.py (例如 链接text)
我正在通过注册自己的 ModelAdmin 来自定义 auth.user,并希望添加一些自定义过滤器规范。我可以在模板中伪造过滤器规格,但我宁愿使用自定义过滤器规格。有什么方法可以猴子修补 auth.user.models 或以其他方式实现此目的?
All the techniques I've seen for adding custom filterspecs to the Django admin involve editing models.py (eg link text)
I'm customizing auth.user by registering my own ModelAdmin and would like to add some custom filterspecs. I could fake filterspecs in the template but I'd rather use custom filterspecs. Is there any way I can monkey-patch auth.user.models or achieve this some other way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论