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:
committed by
Tim Graham
parent
d5b90c8e12
commit
186b6c61bf
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user