summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorFlavio Curella <flavio.curella@gmail.com>2019-09-26 13:58:14 -0700
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-10-10 19:30:51 +0200
commited112fadc1cfa400dbee6080bf82fd7536ea4c72 (patch)
treedc96114d797f815577a61c12abc899dbb8307277 /docs/ref
parent2a6f45e08e8cb8c7e5157915c378b453109424d2 (diff)
Fixed #23755 -- Added support for multiple field names in the no-cache Cache-Control directive to patch_cache_control().
https://tools.ietf.org/html/rfc7234#section-5.2.2.2
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/utils.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt
index 63db48b98f..4f174c5efe 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -43,6 +43,11 @@ need to distinguish caches by the ``Accept-language`` header.
* All other parameters are added with their value, after applying
``str()`` to it.
+ .. versionchanged:: 3.1
+
+ Support for multiple field names in the ``no-cache`` directive was
+ added.
+
.. function:: get_max_age(response)
Returns the max-age from the response Cache-Control header as an integer