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 (#26428).TimeField
microseconds round-tripping on MySQL and SQLite
(#26498).makemigrations
from generating infinite migrations for a model
field that references a functools.partial
(#26475).SessionBase.pop()
returned None
rather than
raising a KeyError
for nonexistent values (#26520).GenericIPAddressField
on SQLite and MySQL (#26557).makemessages
regression where temporary .py
extensions were
leaked in source file paths (#26341).5月 12, 2023