1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #27345 -- Stopped setting the Date header in ConditionalGetMiddleware.

This commit is contained in:
Tim Graham
2016-10-14 08:02:19 -04:00
parent b679a3cdb1
commit 61f9243e51
4 changed files with 8 additions and 12 deletions

View File

@@ -559,6 +559,9 @@ Miscellaneous
* In the admin templates, ``<p class="help">`` is replaced with a ``<div>`` tag
to allow including lists inside help text.
* ``ConditionalGetMiddleware`` no longer sets the ``Date`` header as Web
servers set that header.
.. _deprecated-features-1.11:
Features deprecated in 1.11