summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKevin Christopher Henry <k@severian.com>2016-09-12 23:26:24 -0400
committerTim Graham <timograham@gmail.com>2016-09-16 15:45:53 -0400
commit22e303887b7f807b39239880e33b9018566e0137 (patch)
treecd23bbabeb1af217f9dc9e7d63a940b0de25919c /docs
parent5a51b449360ed2b84c2a54b90127a5faafa6f8f7 (diff)
Refs #27083 -- Updated conditional header comparison to match RFC 7232.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt
index af3c5159db..307ed9ab52 100644
--- a/docs/releases/1.11.txt
+++ b/docs/releases/1.11.txt
@@ -513,8 +513,9 @@ Miscellaneous
* The admin's widget for ``IntegerField`` uses ``type="number"`` rather than
``type="text"``.
-* ETags are now parsed according to the :rfc:`7232` Conditional Requests
- specification rather than the syntax from :rfc:`2616`.
+* Conditional HTTP headers are now parsed and compared according to the
+ :rfc:`7232` Conditional Requests specification rather than the older
+ :rfc:`2616`.
* In the admin templates, ``<p class="help">`` is replaced with a ``<div>`` tag
to allow including lists inside help text.