1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #15522 -- Added ModelAdmin.delete_queryset() to customize "delete selected objects" deletion.

This commit is contained in:
Vasilis Aggelou
2017-09-04 12:24:34 +03:00
committed by Tim Graham
parent ec2ce4517a
commit 777f216d55
7 changed files with 38 additions and 3 deletions

View File

@@ -37,6 +37,9 @@ Minor features
* jQuery is upgraded from version 2.2.3 to 3.2.1.
* The new :meth:`.ModelAdmin.delete_queryset` method allows customizing the
deletion process of the "delete selected objects" action.
:mod:`django.contrib.admindocs`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~