1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #26024 -- Fixed regression in ConditionalGetMiddleware ETag support.

Thanks Denis Cornehl for help with the patch.
This commit is contained in:
Denis Cornehl
2016-01-05 08:09:10 +01:00
committed by Tim Graham
parent d5b90c8e12
commit 186b6c61bf
6 changed files with 21 additions and 7 deletions

View File

@@ -9,4 +9,5 @@ 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`).