mirror of
https://github.com/django/django.git
synced 2024-11-19 16:04:13 +00:00
632a9f21bc
Thanks Jens Lundstrom for the report and Tim Graham for the review.
20 lines
525 B
Plaintext
20 lines
525 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`).
|