summaryrefslogtreecommitdiff
path: root/docs/releases/3.0.txt
diff options
context:
space:
mode:
authorAdnan Umer <u.adnan@outlook.com>2019-08-14 01:40:09 +0500
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-08-16 15:25:42 +0200
commit6805c0f99f4790f28a97d597934d0877ba81dba9 (patch)
tree8e5eeb7d00e197e41943b48f6bacec51100b7539 /docs/releases/3.0.txt
parent7da6a28a447dc0db2a2c6ef31894094eb968f408 (diff)
Fixed #30701 -- Updated patch_vary_headers() to handle an asterisk according to RFC 7231.
Diffstat (limited to 'docs/releases/3.0.txt')
-rw-r--r--docs/releases/3.0.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt
index 42f4c72495..bc9cbe3751 100644
--- a/docs/releases/3.0.txt
+++ b/docs/releases/3.0.txt
@@ -514,6 +514,11 @@ Miscellaneous
:class:`~django.db.models.OneToOneField` ``'_id'`` attribute now unsets the
corresponding field. Accessing the field afterwards will result in a query.
+* :func:`~django.utils.cache.patch_vary_headers` now handles an asterisk
+ ``'*'`` according to :rfc:`7231#section-7.1.4`, i.e. if a list of header
+ field names contains an asterisk, then the ``Vary`` header will consist of a
+ single asterisk ``'*'``.
+
.. _deprecated-features-3.0:
Features deprecated in 3.0