1
0
mirror of https://github.com/django/django.git synced 2025-07-20 17:49:12 +00:00

[3.0.x] Corrected get_cache_key() signature in docs.

Follow up to b22415214a7bdeaf8ccd7b8b21872038ab865991 and
cb17f7ca2252265ab4a844e7924cb8ebab4a1a76
Backport of d82d2d49d629f010da2c0d81b5927946d971ae72 from master
This commit is contained in:
Борис Верховский 2020-03-10 03:12:32 -04:00 committed by Mariusz Felisiak
parent 300bd064c1
commit 2928587694

View File

@ -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 Handling an asterisk ``'*'`` according to :rfc:`7231#section-7.1.4` was
added. 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 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 request phase because it pulls the list of headers to take into account