2016-05-03 07:02:21 +08:00
|
|
|
==========================
|
|
|
|
Django 1.9.7 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Under development*
|
|
|
|
|
|
|
|
Django 1.9.7 fixes several bugs in 1.9.6.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2016-05-04 08:11:21 +08:00
|
|
|
* Removed the need for the ``request`` context processor on the admin login
|
|
|
|
page to fix a regression in 1.9 (:ticket:`26558`).
|
2016-05-06 18:23:52 +08:00
|
|
|
|
|
|
|
* Fixed translation of password validators' ``help_text`` in forms
|
|
|
|
(:ticket:`26544`).
|
2016-05-10 21:57:03 +08:00
|
|
|
|
|
|
|
* Fixed a regression causing the cached template loader to crash when using
|
|
|
|
lazy template names (:ticket:`26603`).
|