从 Django 管理员发送邮件/保存草稿
我想知道是否有一种方法可以覆盖特定模型的 Django 管理的 Submit_line 按钮,这样就不会显示保存和显示保存并添加他们显示的其他选项发送邮件或保存草稿并实际工作... 谢谢一百万!
I wonder if there is a way to override Django admin's submit_line buttons for a specific model, so that instead of showing the save & save and add another options they show send mail or save draft and actually work...
Thanks a million!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,管理员的submit_row模板标签不遵循搜索模板的模式:admin/app_label/model/submit_line.html
此处报告了该错误并提供了修复它的补丁,但似乎正在等待 django 的竖起大拇指核心开发人员:http://code.djangoproject.com/ticket/11974
Unfortunately, the admin's submit_row template tag does not follow the pattern for searching for templates: admin/app_label/model/submit_line.html
The bug is reported here with a patch to fix it, but seems to be waiting for the thumbs up from the django core devs: http://code.djangoproject.com/ticket/11974