2015-12-02 08:16:24 +08:00
|
|
|
==========================
|
|
|
|
Django 1.9.1 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Under development*
|
|
|
|
|
|
|
|
Django 1.9.1 fixes several bugs in 1.9.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2015-12-02 18:34:31 +08:00
|
|
|
* Fixed ``BaseCache.get_or_set()`` with the ``DummyCache`` backend
|
|
|
|
(:ticket:`25840`).
|
2015-12-07 21:17:01 +08:00
|
|
|
|
|
|
|
* Fixed a regression in ``FormMixin`` causing forms to be validated twice
|
|
|
|
(:ticket:`25548`).
|
2015-12-05 02:14:12 +08:00
|
|
|
|
|
|
|
* Fixed a system check crash with nested ``ArrayField``\s (:ticket:`25867`).
|
2015-12-09 01:03:31 +08:00
|
|
|
|
|
|
|
* Fixed a state bug when migrating a ``SeparateDatabaseAndState`` operation
|
|
|
|
backwards (:ticket:`25896`).
|
2015-12-09 19:07:02 +08:00
|
|
|
|
|
|
|
* Fixed a regression in ``CommonMiddleware`` causing ``If-None-Match`` checks
|
|
|
|
to always return HTTP 200 (:ticket:`25900`).
|