summaryrefslogtreecommitdiff
path: root/docs/ref/utils.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-01-02 10:38:54 -0500
committerTim Graham <timograham@gmail.com>2017-01-02 10:38:54 -0500
commitf996f7366724c75a74fc316b456e6bee98688077 (patch)
treefecba055faa63a1f42ffd8999ef107f54a5d4aac /docs/ref/utils.txt
parented4264c5a44f01a626114e82240c977889e4a972 (diff)
Removed obsolete versionadded/changed annotations.
Diffstat (limited to 'docs/ref/utils.txt')
-rw-r--r--docs/ref/utils.txt5
1 files changed, 0 insertions, 5 deletions
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.