May 2, 2016
Django 1.9.6 fixes several bugs in 1.9.5.
SimpleTestCase.assertRedirects()
because Django 1.9 no longer converts
redirects to absolute URIs (#%s26428).TimeField
microseconds round-tripping on MySQL and SQLite
(#%s26498).makemigrations
from generating infinite migrations for a model
field that references a functools.partial
(#%s26475).SessionBase.pop()
returned None
rather than
raising a KeyError
for nonexistent values (#%s26520).GenericIPAddressField
on SQLite and MySQL (#%s26557).makemessages
regression where temporary .py
extensions were
leaked in source file paths (#%s26341).Sep 26, 2023