summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorarachnegl <gregoryloyse@gmail.com>2014-04-13 18:52:43 -0400
committerSimon Charette <charette.s@gmail.com>2014-04-13 19:14:16 -0400
commitf004374f8ff0ad30a694a0f4b74ba24ca9cf3227 (patch)
tree7727d8dfdbcf06e440bb6feda69e00500ae922e1 /docs
parent9fb61cb64a18924b7f252677166533f747884b48 (diff)
[1.7.x] Fixed #22398 -- Added detail about callable in KEY_FUNCTION docs
Backport of 8da86fd19b from master
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/settings.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index f5125f608b..72fe7b1ab6 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -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::