summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRedouane Zait <unrealdz@gmail.com>2014-11-23 15:08:34 +0100
committerTim Graham <timograham@gmail.com>2014-11-25 11:27:30 -0500
commitf671905fdb678eb9fc3763d94bfe560b2d9d0b40 (patch)
tree9f085328316a4edacf13a7a703fd6c2ea45ec00e /docs
parent3350531cebad22d9e65ae8ce791d92ae1de5437f (diff)
[1.7.x] Fixed #23898 -- Added missing context to admin's deleted_selected view.
Backport of 8e7b384d89db67e450aef1f2eb9a12703a5942e9 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt
index 62419be63e..1465db5def 100644
--- a/docs/releases/1.7.2.txt
+++ b/docs/releases/1.7.2.txt
@@ -80,3 +80,6 @@ Bugfixes
* Fixed ``django.core.files.File.__repr__()`` when the file's ``name`` contains
Unicode characters (:ticket:`23888`).
+
+* Added missing context to the admin's ``delete_selected`` view that prevented
+ custom site header, etc. from appearing (:ticket:`23898`).