2016-04-01 18:09:48 +00:00
|
|
|
==========================
|
|
|
|
Django 1.9.6 release notes
|
|
|
|
==========================
|
|
|
|
|
2016-05-02 22:16:36 +00:00
|
|
|
*May 2, 2016*
|
2016-04-01 18:09:48 +00:00
|
|
|
|
|
|
|
Django 1.9.6 fixes several bugs in 1.9.5.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2016-04-29 12:55:36 +00:00
|
|
|
* Added support for relative path redirects to the test client and to
|
2016-04-02 14:35:33 +00:00
|
|
|
``SimpleTestCase.assertRedirects()`` because Django 1.9 no longer converts
|
|
|
|
redirects to absolute URIs (:ticket:`26428`).
|
2016-04-13 16:31:31 +00:00
|
|
|
|
|
|
|
* Fixed ``TimeField`` microseconds round-tripping on MySQL and SQLite
|
|
|
|
(:ticket:`26498`).
|
2016-04-18 01:55:15 +00:00
|
|
|
|
|
|
|
* Prevented ``makemigrations`` from generating infinite migrations for a model
|
|
|
|
field that references a ``functools.partial`` (:ticket:`26475`).
|
2016-04-20 08:36:59 +00:00
|
|
|
|
|
|
|
* Fixed a regression where ``SessionBase.pop()`` returned ``None`` rather than
|
|
|
|
raising a ``KeyError`` for nonexistent values (:ticket:`26520`).
|
2016-04-24 19:28:12 +00:00
|
|
|
|
|
|
|
* Fixed a regression causing the cached template loader to crash when using
|
|
|
|
template names starting with a dash (:ticket:`26536`).
|
2016-04-29 10:44:56 +00:00
|
|
|
|
|
|
|
* Restored conversion of an empty string to null when saving values of
|
|
|
|
``GenericIPAddressField`` on SQLite and MySQL (:ticket:`26557`).
|
2016-04-28 19:18:55 +00:00
|
|
|
|
|
|
|
* Fixed a ``makemessages`` regression where temporary ``.py`` extensions were
|
|
|
|
leaked in source file paths (:ticket:`26341`).
|