1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #26558 -- Removed need for request context processor on admin login page.

This commit is contained in:
Dan Stephenson
2016-05-04 01:11:21 +01:00
committed by Tim Graham
parent ad0f536e1c
commit 1206eea11e
5 changed files with 19 additions and 3 deletions

View File

@@ -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`).