File: 1.9.7.txt

package info (click to toggle)
python-django 3%3A5.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 61,236 kB
  • sloc: python: 361,585; javascript: 19,250; xml: 211; makefile: 182; sh: 28
file content (31 lines) | stat: -rw-r--r-- 939 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
==========================
Django 1.9.7 release notes
==========================

*June 4, 2016*

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

* Fixed a regression in queries on a ``OneToOneField`` that has ``to_field``
  and ``primary_key=True`` (:ticket:`26667`).