From 85159b98196e129e6ad493b503f3b49012c280ff Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 24 Dec 2015 11:37:21 -0500 Subject: [1.9.x] Refs #13008 -- Forwardported 1.8.8 release note. Forwardport of b51086d57313e7ea857f4b96b62d25e600ee0a8d from stable/1.8.x --- docs/ref/utils.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index 3179a5527d..64225a432d 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) -- cgit v1.3