diff options
| -rw-r--r-- | django/templatetags/cache.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/django/templatetags/cache.py b/django/templatetags/cache.py index 86555af45b..eb147b4210 100644 --- a/django/templatetags/cache.py +++ b/django/templatetags/cache.py @@ -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',)) |
