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:
committed by
Tim Graham
parent
5bc881541c
commit
6be9589eb3
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user