summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/request-response.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt
index 61ed3128e1..b3d0f76a7e 100644
--- a/docs/ref/request-response.txt
+++ b/docs/ref/request-response.txt
@@ -359,7 +359,7 @@ Methods
If a response varies on whether or not it's requested via AJAX and you are
using some form of caching like Django's :mod:`cache middleware
<django.middleware.cache>`, you should decorate the view with
- :func:`vary_on_headers('HTTP_X_REQUESTED_WITH')
+ :func:`vary_on_headers('X-Requested-With')
<django.views.decorators.vary.vary_on_headers>` so that the responses are
properly cached.