mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Removed unnecessary code-block directives.
This commit is contained in:
parent
fa02120d36
commit
9d6551204e
32 changed files with 161 additions and 308 deletions
|
@ -679,7 +679,7 @@ to the ``cache`` template tag; ``vary_on`` is a list of all additional arguments
|
|||
passed to the tag. This function can be useful for invalidating or overwriting
|
||||
a cached item, for example:
|
||||
|
||||
.. code-block:: python
|
||||
.. code-block:: pycon
|
||||
|
||||
>>> from django.core.cache import cache
|
||||
>>> from django.core.cache.utils import make_template_fragment_key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue