summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index a7ef1b8be5..2d247d8f65 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -43,6 +43,9 @@ details on these changes.
* The ``django.db.models.permalink()`` decorator will be removed.
+* The ``USE_ETAGS`` setting will be removed. ``CommonMiddleware`` and
+ ``django.utils.cache.patch_response_headers()`` will no longer set ETags.
+
.. _deprecation-removed-in-2.0:
2.0