From 186b6c61bfe85afa4d6bf213d04a28dd2853fed2 Mon Sep 17 00:00:00 2001 From: Denis Cornehl Date: Tue, 5 Jan 2016 08:09:10 +0100 Subject: Fixed #26024 -- Fixed regression in ConditionalGetMiddleware ETag support. Thanks Denis Cornehl for help with the patch. --- docs/releases/1.9.2.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releases/1.9.2.txt b/docs/releases/1.9.2.txt index 484fb6e4c2..8e04de6e29 100644 --- a/docs/releases/1.9.2.txt +++ b/docs/releases/1.9.2.txt @@ -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`). -- cgit v1.3