From 263af6cfb2dd1c03614cbd28f6b9ff5ad24704be Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Wed, 29 Oct 2014 20:51:56 +0100 Subject: [PATCH] Typo. --- docs/quickstart.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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``