From 5e17301f38d0a4f372d4d36762a464f5f4714ebd Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 10 Mar 2020 08:54:45 +0100 Subject: [PATCH] Corrected learn_cache_key() signature in docs. Follow up to b22415214a7bdeaf8ccd7b8b21872038ab865991. --- docs/ref/utils.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index 9b6f17f273..741ed585f2 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -97,7 +97,7 @@ need to distinguish caches by the ``Accept-language`` header. If there is no headerlist stored, the page needs to be rebuilt, so this function returns ``None``. -.. function:: learn_cache_key(request, response, cache_timeout=None, key_prefix=None) +.. function:: learn_cache_key(request, response, cache_timeout=None, key_prefix=None, cache=None) Learns what headers to take into account for some request path from the response object. It stores those headers in a global path registry so that