summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt
index 5979d79d1d..ae8c1e4d91 100644
--- a/docs/releases/1.8.txt
+++ b/docs/releases/1.8.txt
@@ -44,6 +44,10 @@ Minor features
to limit the ``list_filter`` choices to foreign objects which are attached to
those from the ``ModelAdmin``.
+* The :meth:`ModelAdmin.delete_view()
+ <django.contrib.admin.ModelAdmin.delete_view>` displays a summary of objects
+ to be deleted on the deletion confirmation page.
+
:mod:`django.contrib.auth`
^^^^^^^^^^^^^^^^^^^^^^^^^^