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

Fixed #25900 -- Fixed regression in CommonMiddleware ETag support.

This commit is contained in:
Derek J. Curtis
2015-12-09 18:07:02 +07:00
committed by Tim Graham
parent 5bc881541c
commit 6be9589eb3
3 changed files with 16 additions and 1 deletions

View File

@@ -19,3 +19,6 @@ Bugfixes
* Fixed a state bug when migrating a ``SeparateDatabaseAndState`` operation
backwards (:ticket:`25896`).
* Fixed a regression in ``CommonMiddleware`` causing ``If-None-Match`` checks
to always return HTTP 200 (:ticket:`25900`).