2016-04-02 02:09:48 +08:00
|
|
|
==========================
|
|
|
|
Django 1.9.6 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Under development*
|
|
|
|
|
|
|
|
Django 1.9.6 fixes several bugs in 1.9.5.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2016-04-02 22:35:33 +08:00
|
|
|
* Added support for relative path redirects to
|
|
|
|
``SimpleTestCase.assertRedirects()`` because Django 1.9 no longer converts
|
|
|
|
redirects to absolute URIs (:ticket:`26428`).
|
2016-04-14 00:31:31 +08:00
|
|
|
|
|
|
|
* Fixed ``TimeField`` microseconds round-tripping on MySQL and SQLite
|
|
|
|
(:ticket:`26498`).
|
2016-04-18 09:55:15 +08:00
|
|
|
|
|
|
|
* Prevented ``makemigrations`` from generating infinite migrations for a model
|
|
|
|
field that references a ``functools.partial`` (:ticket:`26475`).
|