2016年6月4日
Django 1.9.7 では、1.9.6 にあったいくつかのバグを修正しました。
request
context processor on the admin login
page to fix a regression in 1.9 (#26558).help_text
in forms
(#26544).on_commit
callbacks execution order when callbacks make
transactions (#26627).HStoreField
to raise a ValidationError
instead of crashing on
non-dictionary JSON input (#26672).dbshell
crash on PostgreSQL with an empty database name
(#26698).OneToOneField
that has to_field
and primary_key=True
(#26667).2022年6月01日