summaryrefslogtreecommitdiff
path: root/docs/releases/1.9.7.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/1.9.7.txt')
-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`).