How to modify default admin action "delete_selected"
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
delete selected:
This
|
||||
|
|
|
http://docs.djangoproject.com/en/dev/ref/contrib/admin/actions/#adding-actions-to-the-modeladmin You can write custom actions, so overwriting the delete_selected action will allow you to carry out whatever functionality you need (see the warning box on the top of the page which mentions overwriting the delete() action) |
|||
|
|
