mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Refs #26052 -- Corrected a sentence for conditional_content_removal() removal.
This commit is contained in:
parent
38c43b2a5c
commit
baf3ec2e29
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ a :class:`django.http.HttpResponseNotAllowed` if the conditions are not met.
|
|||
resource.
|
||||
|
||||
.. note::
|
||||
Django will automatically strip the content of responses to HEAD
|
||||
Web servers should automatically strip the content of responses to HEAD
|
||||
requests while leaving the headers unchanged, so you may handle HEAD
|
||||
requests exactly like GET requests in your views. Since some software,
|
||||
such as link checkers, rely on HEAD requests, you might prefer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue