diff options
| author | Борис Верховский <boris.verk@gmail.com> | 2020-03-10 03:12:32 -0400 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-03-10 08:14:03 +0100 |
| commit | 2928587694bae5e0e742e9561efdd08ba5c6e5e9 (patch) | |
| tree | 6e0fa42c1dbdfd0086b06fd21e67d2aa71268294 | |
| parent | 300bd064c14c5a57896343093f97aaa6f3919f5f (diff) | |
[3.0.x] Corrected get_cache_key() signature in docs.
Follow up to b22415214a7bdeaf8ccd7b8b21872038ab865991 and
cb17f7ca2252265ab4a844e7924cb8ebab4a1a76
Backport of d82d2d49d629f010da2c0d81b5927946d971ae72 from master
| -rw-r--r-- | docs/ref/utils.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index 17447ba757..a79320fced 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -82,7 +82,7 @@ need to distinguish caches by the ``Accept-language`` header. Handling an asterisk ``'*'`` according to :rfc:`7231#section-7.1.4` was added. -.. function:: get_cache_key(request, key_prefix=None) +.. function:: get_cache_key(request, key_prefix=None, method='GET', cache=None) Returns a cache key based on the request path. It can be used in the request phase because it pulls the list of headers to take into account |
