June 4, 2016
Django 1.9.7 fixes several bugs in 1.9.6.
request context processor on the admin login
page to fix a regression in 1.9 (#%s26558).help_text in forms
(#%s26544).on_commit callbacks execution order when callbacks make
transactions (#%s26627).HStoreField to raise a ValidationError instead of crashing on
non-dictionary JSON input (#%s26672).dbshell crash on PostgreSQL with an empty database name
(#%s26698).OneToOneField that has to_field
and primary_key=True (#%s26667).Sep 26, 2023