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: