2016-05-02 23:02:21 +00:00
|
|
|
==========================
|
|
|
|
Django 1.9.7 release notes
|
|
|
|
==========================
|
|
|
|
|
2016-06-04 23:24:51 +00:00
|
|
|
*June 4, 2016*
|
2016-05-02 23:02:21 +00:00
|
|
|
|
|
|
|
Django 1.9.7 fixes several bugs in 1.9.6.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2016-05-04 00:11:21 +00: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 10:23:52 +00:00
|
|
|
|
|
|
|
* Fixed translation of password validators' ``help_text`` in forms
|
|
|
|
(:ticket:`26544`).
|
2016-05-10 13:57:03 +00:00
|
|
|
|
|
|
|
* Fixed a regression causing the cached template loader to crash when using
|
|
|
|
lazy template names (:ticket:`26603`).
|
2016-05-17 14:54:57 +00:00
|
|
|
|
|
|
|
* Fixed ``on_commit`` callbacks execution order when callbacks make
|
|
|
|
transactions (:ticket:`26627`).
|
2016-05-29 12:17:07 +00:00
|
|
|
|
|
|
|
* Fixed ``HStoreField`` to raise a ``ValidationError`` instead of crashing on
|
|
|
|
non-dictionary JSON input (:ticket:`26672`).
|
2016-06-02 21:03:03 +00:00
|
|
|
|
|
|
|
* Fixed ``dbshell`` crash on PostgreSQL with an empty database name
|
|
|
|
(:ticket:`26698`).
|
2016-05-28 13:14:02 +00:00
|
|
|
|
|
|
|
* Fixed a regression in queries on a ``OneToOneField`` that has ``to_field``
|
|
|
|
and ``primary_key=True`` (:ticket:`26667`).
|