django/docs/releases/1.9.2.txt

17 lines
414 B
Plaintext
Raw Normal View History

2016-01-02 14:06:13 +00:00
==========================
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`).