mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[1.7.x] Fixed typo in docs/topics/cache.txt
Backport of d026eb6366 from master
This commit is contained in:
committed by
Tim Graham
parent
18f11072b8
commit
db165cf348
@@ -563,7 +563,7 @@ setting for the middleware. It can be used like this::
|
|||||||
def my_view(request):
|
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>`
|
``key_prefix`` argument and the :setting:`KEY_PREFIX <CACHES-KEY_PREFIX>`
|
||||||
specified under :setting:`CACHES` will be concatenated.
|
specified under :setting:`CACHES` will be concatenated.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user