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:22:15 -0500
commit8e7b384d89db67e450aef1f2eb9a12703a5942e9 (patch)
tree3829f790ab2d7b8892d61c1bfc59d316373007ee /docs
parent392e11945fa246d751d23bb515703fcaf55dfa26 (diff)
Fixed #23898 -- Added missing context to admin's deleted_selected view.
Thanks Redouane Zait for the report.
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`).