diff options
| author | areski <areski@gmail.com> | 2014-08-14 13:17:52 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-14 13:56:23 -0400 |
| commit | 302145328560ded44bcfded8a67a1e7df08b411b (patch) | |
| tree | 3bdd93066225a079efae49f39d6a39edb7a700a4 /docs | |
| parent | 2a4492aecb50122f7cc2c643f7ea5b086f301165 (diff) | |
Fixed #20133 -- Added summary to admin deletion confirmation pages.
Thanks jonash for the suggestion and initial patch.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.txt | 4 |
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` ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
