From 302145328560ded44bcfded8a67a1e7df08b411b Mon Sep 17 00:00:00 2001 From: areski Date: Thu, 14 Aug 2014 13:17:52 +0200 Subject: Fixed #20133 -- Added summary to admin deletion confirmation pages. Thanks jonash for the suggestion and initial patch. --- docs/releases/1.8.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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() + ` displays a summary of objects + to be deleted on the deletion confirmation page. + :mod:`django.contrib.auth` ^^^^^^^^^^^^^^^^^^^^^^^^^^ -- cgit v1.3