summaryrefslogtreecommitdiff
path: root/docs/releases/1.9.2.txt
diff options
context:
space:
mode:
authorDenis Cornehl <syphar@fastmail.fm>2016-01-05 08:09:10 +0100
committerTim Graham <timograham@gmail.com>2016-01-05 09:37:11 -0500
commit186b6c61bfe85afa4d6bf213d04a28dd2853fed2 (patch)
treee068a17145cf17f4eaf887ecfc84d39ab150ced6 /docs/releases/1.9.2.txt
parentd5b90c8e120687863c1d41cf92a4cdb11413ad7f (diff)
downloaddjango-186b6c61bfe85afa4d6bf213d04a28dd2853fed2.tar.gz
Fixed #26024 -- Fixed regression in ConditionalGetMiddleware ETag support.
Thanks Denis Cornehl for help with the patch.
Diffstat (limited to 'docs/releases/1.9.2.txt')
-rw-r--r--docs/releases/1.9.2.txt3
1 files changed, 2 insertions, 1 deletions
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`).