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:15:56 -0400 |
| commit | d026eb63666a34382912cf68af75492fc583b9db (patch) | |
| tree | 9cd69049567462399113decf5e5f624d990badd4 | |
| parent | 3e7d9d05ac5efff4e4732c3453c7a8ef502d0ed0 (diff) | |
Fixed typo in 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 69656534e6..ec973a5008 100644 --- a/docs/topics/cache.txt +++ b/docs/topics/cache.txt @@ -554,7 +554,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. |
