1
0
mirror of https://github.com/django/django.git synced 2025-01-28 02:59:58 +00:00
django/docs/releases/1.9.7.txt
mieciu 9a204fc8a5 [1.10.x] Fixed #26698 -- Fixed PostgreSQL dbshell crash on an empty database name.
Backport of 19ff506878071ac93de684fe01328707e75e2b3a from master
2016-06-03 12:42:41 -04:00

29 lines
820 B
Plaintext

==========================
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`).
* Fixed ``on_commit`` callbacks execution order when callbacks make
transactions (:ticket:`26627`).
* Fixed ``HStoreField`` to raise a ``ValidationError`` instead of crashing on
non-dictionary JSON input (:ticket:`26672`).
* Fixed ``dbshell`` crash on PostgreSQL with an empty database name
(:ticket:`26698`).