From 60c29e888fb6f618daede4be56a6aa2ab87d2823 Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Fri, 2 Jun 2017 22:57:31 +0200 Subject: [PATCH] Typos in docs. --- CHANGELOG.rst | 2 +- docs/quickstart.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9a88a2d..43eaac6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,7 +6,7 @@ What’s new in django-cachalot? - Fixes a circular import occurring when CachalotPanel is used and django-debug-toolbar is before django-cachalot in ``INSTALLED_APPS`` -- Stops checking compatibility for caches other than CACHALOT_CACHE +- Stops checking compatibility for caches other than ``CACHALOT_CACHE`` 1.4.0 ----- diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 7e437c9..f8de3e8 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -254,7 +254,7 @@ Jinja2 statement and function ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ A Jinja2 extension for django-cachalot can be used, simply add -``''cachalot.jinja2ext.cachalot','`` to the ``'extensions'`` list of the ``OPTIONS`` +``'cachalot.jinja2ext.cachalot',`` to the ``'extensions'`` list of the ``OPTIONS`` dict in the Django ``TEMPLATES`` settings. It provides: