* needs_docs: 1 => 0
* needs_tests: 1 => 0
Comment:
The following pull request is based on ticket #27326. ModelAdmin exports a
delete_queryset(self, request, queryset) method which can be overriden
allowing extra actions during the queryset deletion process.
https://github.com/django/django/pull/8990
--
Ticket URL: <https://code.djangoproject.com/ticket/15522#comment:16>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by Tim Graham):
[https://github.com/django/django/pull/8990 PR] with comments for
improvement.
--
Ticket URL: <https://code.djangoproject.com/ticket/15522#comment:17>
* needs_better_patch: 1 => 0
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"777f216d555496798a1e65fd899b0f8a0349aeca" 777f216]:
{{{
#!CommitTicketReference repository=""
revision="777f216d555496798a1e65fd899b0f8a0349aeca"
Fixed #15522 -- Added ModelAdmin.delete_queryset() to customize "delete
selected objects" deletion.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/15522#comment:18>