summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Stephenson <daniel.Stephenson@uk.rsagroup.com>2016-05-04 01:11:21 +0100
committerTim Graham <timograham@gmail.com>2016-05-04 09:48:17 -0400
commit90ea14a38a1ec04761aa96093846725b015b4333 (patch)
treee353245c8867659cf500d9292f3a233bd0845f9a /docs
parentfef3f50e319bd691c8fd3313d982b6c07d66445c (diff)
[1.9.x] Fixed #26558 -- Removed need for request context processor on admin login page.
Backport of 1206eea11e506c4e740ba2f0c1feaa01452d804b from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.7.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.9.7.txt b/docs/releases/1.9.7.txt
index 3599c12bd7..c93339a9d2 100644
--- a/docs/releases/1.9.7.txt
+++ b/docs/releases/1.9.7.txt
@@ -9,4 +9,5 @@ Django 1.9.7 fixes several bugs in 1.9.6.
Bugfixes
========
-* ...
+* Removed the need for the ``request`` context processor on the admin login
+ page to fix a regression in 1.9 (:ticket:`26558`).