We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47eb6c8 commit ada3ec7Copy full SHA for ada3ec7
README.rst
@@ -1,5 +1,3 @@
1
-# coding=utf-8
2
-
3
.. image:: https://raw.github.com/5monkeys/django-viewlet/master/docs/django_viewlet.png
4
5
Render template parts with extended cache control.
@@ -122,7 +120,7 @@ which alias should be used in settings:
122
120
# ...
123
121
}
124
125
-Additionally, you can override cache backend in viewlet decorator with ``using`` argument
+Additionally, you can override cache alias in viewlet decorator with ``using`` argument
126
127
.. code-block:: python
128
0 commit comments