blob: 8e04de6e2954960421a1eb83ebf7591992e439b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
==========================
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`).
|