2016-01-02 22:06:13 +08:00
|
|
|
==========================
|
|
|
|
Django 1.9.2 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Under development*
|
|
|
|
|
|
|
|
Django 1.9.2 fixes several bugs in 1.9.1.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2016-01-07 01:33:29 +08:00
|
|
|
* Fixed a regression in ``ConditionalGetMiddleware`` causing ``If-None-Match``
|
|
|
|
checks to always return HTTP 200 (:ticket:`26024`).
|
2016-01-05 19:29:09 +08:00
|
|
|
|
|
|
|
* Fixed a regression that caused the "user-tools" items to display on the
|
|
|
|
admin's logout page (:ticket:`26035`).
|
2016-01-07 01:33:29 +08:00
|
|
|
|
|
|
|
* Fixed a crash in the translations system when the current language has no
|
|
|
|
translations (:ticket:`26046`).
|
2015-12-27 07:32:28 +08:00
|
|
|
|
|
|
|
* Fixed a regression that caused the incorrect day to be selected when opening
|
|
|
|
the admin calendar widget for timezones from GMT+0100 to GMT+1200
|
|
|
|
(:ticket:`24980`).
|