1
0
mirror of https://github.com/django/django.git synced 2025-03-31 11:37:06 +00:00

Merge pull request from arachnegl/22398_KEY_FUNCTION_doc_detail

Fixed  -- Added detail about callable in KEY_FUNCTION docs
This commit is contained in:
Simon Charette 2014-04-13 19:12:15 -04:00
commit 63d0cbab04

@ -189,7 +189,7 @@ backend class (i.e. ``mypackage.backends.whatever.WhateverCache``).
KEY_FUNCTION
~~~~~~~~~~~~
A string containing a dotted path to a function that defines how to
A string containing a dotted path to a function (or any callable) that defines how to
compose a prefix, version and key into a final cache key. The default
implementation is equivalent to the function::