This commit is contained in:
Bertrand Bordage 2014-10-29 20:51:56 +01:00
parent a8fa93ebd3
commit 263af6cfb2

View file

@ -32,8 +32,8 @@ Setting Default value Description
stale cache
``CACHALOT_CACHE`` ``'default'`` Alias of the cache from |CACHES|_ used
by django-cachalot
``CACHALOT_CACHE_RANDOM`` ``False`` If set to True, caches random queries
(those with ``order_by('?')``)
``CACHALOT_CACHE_RANDOM`` ``False`` If set to ``True``, caches random
queries (those with ``order_by('?')``)
========================= ============= =======================================
.. |CACHES| replace:: ``CACHES``