mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-20 02:11:52 +00:00
Typo.
This commit is contained in:
parent
a8fa93ebd3
commit
263af6cfb2
1 changed files with 2 additions and 2 deletions
|
|
@ -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``
|
||||
|
|
|
|||
Loading…
Reference in a new issue