mirror of
https://github.com/django/django.git
synced 2024-11-18 15:34:16 +00:00
ade54ffa34
Forwardport of test in o839d71d8562abe0b245024e55ca1d02a45e58fd from stable/1.9.x (refs #25997).
28 lines
868 B
Plaintext
28 lines
868 B
Plaintext
==========================
|
|
Django 1.9.2 release notes
|
|
==========================
|
|
|
|
*Under development*
|
|
|
|
Django 1.9.2 fixes several bugs in 1.9.1.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed a regression in ``ConditionalGetMiddleware`` causing ``If-None-Match``
|
|
checks to always return HTTP 200 (:ticket:`26024`).
|
|
|
|
* Fixed a regression that caused the "user-tools" items to display on the
|
|
admin's logout page (:ticket:`26035`).
|
|
|
|
* Fixed a crash in the translations system when the current language has no
|
|
translations (:ticket:`26046`).
|
|
|
|
* 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`).
|
|
|
|
* Fixed a regression in the admin's edit related model popup that caused an
|
|
escaped value to be displayed in the select dropdown of the parent window
|
|
(:ticket:`25997`).
|