From ed112fadc1cfa400dbee6080bf82fd7536ea4c72 Mon Sep 17 00:00:00 2001 From: Flavio Curella Date: Thu, 26 Sep 2019 13:58:14 -0700 Subject: 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 --- docs/ref/utils.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/ref') 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 -- cgit v1.3