Notes de publication de Django 1.9.7¶
June 4, 2016
Django 1.9.7 fixes several bugs in 1.9.6.
Correction de bogues¶
Removed the need for the
requestcontext processor on the admin login page to fix a regression in 1.9 (#26558).Fixed translation of password validators”
help_textin forms (#26544).Fixed a regression causing the cached template loader to crash when using lazy template names (#26603).
Fixed
on_commitcallbacks execution order when callbacks make transactions (#26627).Fixed
HStoreFieldto raise aValidationErrorinstead of crashing on non-dictionary JSON input (#26672).Fixed
dbshellcrash on PostgreSQL with an empty database name (#26698).Fixed a regression in queries on a
OneToOneFieldthat hasto_fieldandprimary_key=True(#26667).