Made settings docs link to cache parameters more specific.
This commit is contained in:
parent
cf45bb02d7
commit
1d54fb4483
|
@ -220,7 +220,7 @@ Extra parameters to pass to the cache backend. Available parameters
|
||||||
vary depending on your cache backend.
|
vary depending on your cache backend.
|
||||||
|
|
||||||
Some information on available parameters can be found in the
|
Some information on available parameters can be found in the
|
||||||
:doc:`Cache Backends </topics/cache>` documentation. For more information,
|
:ref:`cache arguments <cache_arguments>` documentation. For more information,
|
||||||
consult your backend module's own documentation.
|
consult your backend module's own documentation.
|
||||||
|
|
||||||
.. setting:: CACHES-TIMEOUT
|
.. setting:: CACHES-TIMEOUT
|
||||||
|
|
|
@ -364,6 +364,8 @@ Note: Without a really compelling reason, such as a host that doesn't support
|
||||||
them, you should stick to the cache backends included with Django. They've
|
them, you should stick to the cache backends included with Django. They've
|
||||||
been well-tested and are easy to use.
|
been well-tested and are easy to use.
|
||||||
|
|
||||||
|
.. _cache_arguments:
|
||||||
|
|
||||||
Cache arguments
|
Cache arguments
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue