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:
committed by
Tim Graham
parent
ec2ce4517a
commit
777f216d55
@@ -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`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user