summaryrefslogtreecommitdiff
path: root/docs/ref/utils.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-09-02 21:09:22 -0400
committerTim Graham <timograham@gmail.com>2017-09-22 12:51:18 -0400
commit48d57788ee56811fa77cd37b9edf40535f82d87e (patch)
tree287dccd8f73cc4ef5d0f57eb5607fa1076a75bc0 /docs/ref/utils.txt
parent4502489a466b89cccd9d2c1b8d21b2f153d71b4b (diff)
Refs #26447 -- Removed the USE_ETAGS setting per deprecation timeline.
Diffstat (limited to 'docs/ref/utils.txt')
-rw-r--r--docs/ref/utils.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt
index c9fa10e0e5..596edaa09a 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -52,7 +52,6 @@ need to distinguish caches by the ``Accept-language`` header.
Adds some useful headers to the given ``HttpResponse`` object:
- * ``ETag``
* ``Expires``
* ``Cache-Control``
@@ -65,11 +64,6 @@ need to distinguish caches by the ``Accept-language`` header.
In older versions, the ``Last-Modified`` header was also set.
- .. deprecated:: 1.11
-
- Since the ``USE_ETAGS`` setting is deprecated, this function won't set
- the ``ETag`` header when the deprecation ends in Django 2.1.
-
.. function:: add_never_cache_headers(response)
Adds a ``Cache-Control: max-age=0, no-cache, no-store, must-revalidate``