diff options
| author | Denis Cornehl <syphar@fastmail.fm> | 2016-01-05 08:09:10 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-01-05 09:41:13 -0500 |
| commit | ee2835e69c47d02e8bce5a496bf8bd9f93b04fb4 (patch) | |
| tree | dccba382988875d2e87f531f3042dba24df7e643 /docs | |
| parent | 775291d4c767cd17dc5bbd2e8a605fd4fdfd8aed (diff) | |
[1.9.x] Fixed #26024 -- Fixed regression in ConditionalGetMiddleware ETag support.
Backport of 186b6c61bfe85afa4d6bf213d04a28dd2853fed2 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.2.txt | 3 |
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`). |
