mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #27083 -- Updated conditional header comparison to match RFC 7232.
This commit is contained in:
committed by
Tim Graham
parent
5a51b44936
commit
22e303887b
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user