mirror of
https://github.com/Hopiu/django.git
synced 2026-05-17 03:51:06 +00:00
19 lines
501 B
Text
19 lines
501 B
Text
==========================
|
|
Django 1.9.7 release notes
|
|
==========================
|
|
|
|
*Under development*
|
|
|
|
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`).
|
|
|
|
* Fixed translation of password validators' ``help_text`` in forms
|
|
(:ticket:`26544`).
|
|
|
|
* Fixed a regression causing the cached template loader to crash when using
|
|
lazy template names (:ticket:`26603`).
|