diff options
Diffstat (limited to 'docs/topics/cache.txt')
| -rw-r--r-- | docs/topics/cache.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt index ae880bbc2f..51d427abf4 100644 --- a/docs/topics/cache.txt +++ b/docs/topics/cache.txt @@ -783,7 +783,7 @@ uniquely identify the cache fragment: {% load cache %} {% cache 500 sidebar request.user.username %} - .. sidebar for logged in user .. + .. sidebar for logged-in user .. {% endcache %} If :setting:`USE_I18N` is set to ``True`` the per-site middleware cache will |
