diff options
| author | Kostochko Dmitriy <alerion.um@gmail.com> | 2015-03-31 17:50:12 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-03-31 21:16:39 -0400 |
| commit | fb069da49e36dc6f6de3892280bcba5b4be872a5 (patch) | |
| tree | aa66079ee7183022c65343236c64164965f58de4 /docs | |
| parent | 1e03a662fc3a2df29aa955117bc4cce8554883a6 (diff) | |
[1.6.x] Fixed typo in docs/topics/cache.txt
Backport of d026eb63666a34382912cf68af75492fc583b9db from master
Diffstat (limited to 'docs')
| -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 92410dd90e..fc7ee1af33 100644 --- a/docs/topics/cache.txt +++ b/docs/topics/cache.txt @@ -539,7 +539,7 @@ setting for the middleware. It can be used like this:: def my_view(request): ... -The ``key_prefix and ``cache`` arguments may be specified together. The +The ``key_prefix`` and ``cache`` arguments may be specified together. The ``key_prefix`` argument and the :setting:`KEY_PREFIX <CACHES-KEY_PREFIX>` specified under :setting:`CACHES` will be concatenated. |
