[1.8.x] Fixed typo in docs/topics/cache.txt
Backport of d026eb6366
from master
This commit is contained in:
parent
7b9f7b6670
commit
c2674c2103
|
@ -564,7 +564,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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue