summaryrefslogtreecommitdiff
path: root/docs/ref/utils.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-12-24 11:37:21 -0500
committerTim Graham <timograham@gmail.com>2015-12-24 11:37:21 -0500
commita53175392ff753cc53a4a2d33a5852d113e67363 (patch)
tree270e12a499e9c3054239134ad83eb7cce1fddabd /docs/ref/utils.txt
parent483e0091e3891dc4ed898ea0dbf6923c166f0674 (diff)
Refs #13008 -- Forwardported 1.8.8 release note.
Forwardport of b51086d57313e7ea857f4b96b62d25e600ee0a8d from stable/1.8.x
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 369ec6eb51..43d082e47d 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -68,9 +68,9 @@ need to distinguish caches by the ``Accept-language`` header.
Adds a ``Cache-Control: max-age=0, no-cache, no-store, must-revalidate``
header to a response to indicate that a page should never be cached.
- .. versionchanged:: 1.9
+ .. versionchanged:: 1.8.8
- Before Django 1.9, ``Cache-Control: max-age=0`` was sent. This didn't
+ In older versions, ``Cache-Control: max-age=0`` was sent. This didn't
reliably prevent caching in all browsers.
.. function:: patch_vary_headers(response, newheaders)