diff options
| author | mengxun <30499307+mengxunQAQ@users.noreply.github.com> | 2025-08-19 23:43:05 +0800 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-08-19 12:43:52 -0300 |
| commit | 38844c348ba1f163460746e0e1a486deb0f7e55e (patch) | |
| tree | 633637938c6bbd6230cdc63492702d0d52783a23 /docs/topics/cache.txt | |
| parent | 9a720d5c5000b4fe0e75cdb87271065b5e80dedc (diff) | |
[5.2.x] Fixed spelling of "logged-in" when used as an adjective in docs.
Backport of f5c944b3141c58bb4a5c7bbca61180b2ad7c13aa from main.
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 |
