Typos in docs.

This commit is contained in:
Bertrand Bordage 2017-06-02 22:57:31 +02:00
parent 5b73e26bfe
commit 60c29e888f
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Whats 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
-----

View File

@ -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: