summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorScott Pashley <github@scottpashley.co.uk>2016-01-05 11:29:09 +0000
committerTim Graham <timograham@gmail.com>2016-01-06 14:00:52 -0500
commit7688089e0fea41a1acf71a33de82fa1b63fa8be4 (patch)
treeb486df0a3f4f5ce9d332870089cc33e1bd32b213 /docs
parent5c1de942ac9f97c4c9ab47a35dd5433bbe7b7967 (diff)
[1.8.x] Fixed #26035 -- Prevented user-tools from appearing on admin logout page.
Backport of 7cc2efc2d6916c05a0a5cb0c0e67f5405d8f6a03 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.9.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.8.9.txt b/docs/releases/1.8.9.txt
index d5735fc0d4..be3b719b1e 100644
--- a/docs/releases/1.8.9.txt
+++ b/docs/releases/1.8.9.txt
@@ -9,4 +9,5 @@ Django 1.8.9 fixes several bugs in 1.8.8.
Bugfixes
========
-* ...
+* Fixed a regression that caused the "user-tools" items to display on the
+ admin's logout page (:ticket:`26035`).