mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #26035 -- Prevented user-tools from appearing on admin logout page.
This commit is contained in:
parent
62e83c71d2
commit
7cc2efc2d6
5 changed files with 18 additions and 7 deletions
|
@ -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`).
|
||||
|
|
|
@ -11,3 +11,6 @@ Bugfixes
|
|||
|
||||
* Fixed a regression in ``ConditionalGetMiddleware`` causing ``If-None-Match`` checks
|
||||
to always return HTTP 200 (:ticket:`26024`).
|
||||
|
||||
* Fixed a regression that caused the "user-tools" items to display on the
|
||||
admin's logout page (:ticket:`26035`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue