summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-05-11 11:08:08 -0400
committerTim Graham <timograham@gmail.com>2016-05-11 11:09:28 -0400
commitbaf3ec2e296a900a48181e2924753fef2e123731 (patch)
treed5b649434ed3b17ee9b9c8e4900c0c8909c6d96c
parent38c43b2a5c9e47f2fabb60521c1224825ebcc833 (diff)
downloaddjango-baf3ec2e296a900a48181e2924753fef2e123731.tar.gz
Refs #26052 -- Corrected a sentence for conditional_content_removal() removal.
-rw-r--r--docs/topics/http/decorators.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/http/decorators.txt b/docs/topics/http/decorators.txt
index 8bbb97c3d5..4687188af0 100644
--- a/docs/topics/http/decorators.txt
+++ b/docs/topics/http/decorators.txt
@@ -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