From baf3ec2e296a900a48181e2924753fef2e123731 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 11 May 2016 11:08:08 -0400 Subject: [PATCH] Refs #26052 -- Corrected a sentence for conditional_content_removal() removal. --- docs/topics/http/decorators.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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