summaryrefslogtreecommitdiff
path: root/docs/ref/utils.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/utils.txt')
-rw-r--r--docs/ref/utils.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt
index 979c1867d1..0e8aaaf84f 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -61,8 +61,8 @@ to distinguish caches by the ``Accept-language`` header.
Each header is only added if it isn't already set.
- ``cache_timeout`` is in seconds. The ``CACHE_MIDDLEWARE_SECONDS`` setting
- is used by default.
+ ``cache_timeout`` is in seconds. The :setting:`CACHE_MIDDLEWARE_SECONDS`
+ setting is used by default.
.. function:: add_never_cache_headers(response)