From f996f7366724c75a74fc316b456e6bee98688077 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 2 Jan 2017 10:38:54 -0500 Subject: Removed obsolete versionadded/changed annotations. --- docs/ref/utils.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs/ref/utils.txt') diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index 320f5db795..18561781c1 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -75,11 +75,6 @@ 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.8.8 - - 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) Adds (or updates) the ``Vary`` header in the given ``HttpResponse`` object. -- cgit v1.3