views:

49

answers:

1

What is the best way to skip the delete confirmation page in the Django admin and go straight to deleting the objects? Thank you!

+1  A: 

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.