开发者

Skipping delete confirmation in Django Admin

开发者 https://www.devze.com 2022-12-14 06:14 出处:网络
What is the best way to skip the delete confirmation page in the Django admin a开发者_StackOverflownd go straight to deleting the objects?

What is the best way to skip the delete confirmation page in the Django admin a开发者_StackOverflownd go straight to deleting the objects? Thank you!


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消