Loading django/templatetags/cache.py +1 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,7 @@ def do_cache(parser, token): Optionally the cache to use may be specified thus:: {% cache .... using="cachename" %} Each unique set of arguments will result in a unique cache entry. """ nodelist = parser.parse(('endcache',)) Loading Loading
django/templatetags/cache.py +1 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,7 @@ def do_cache(parser, token): Optionally the cache to use may be specified thus:: {% cache .... using="cachename" %} Each unique set of arguments will result in a unique cache entry. """ nodelist = parser.parse(('endcache',)) Loading