在 Django Admin 中跳过删除确认
跳过 Django 管理中的删除确认页面并直接删除对象的最佳方法是什么? 谢谢你!
What is the best way to skip the delete confirmation page in the Django admin and go straight to deleting the objects?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要修改管理操作,请参阅: http://docs.djangoproject.com/en/dev/ref/contrib/admin/actions/#actions-that-provide-intermediate-pages作为起点。
You need to modify the admin action, see: http://docs.djangoproject.com/en/dev/ref/contrib/admin/actions/#actions-that-provide-intermediate-pages for a starting point.