diff --git a/docs/quickstart.rst b/docs/quickstart.rst index b819997..a92539c 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -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``