diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/settings.txt | 2 | ||||
| -rw-r--r-- | docs/topics/cache.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 7e83d424d7..d17b224355 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -216,7 +216,7 @@ Extra parameters to pass to the cache backend. Available parameters vary depending on your cache backend. 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. .. setting:: CACHES-TIMEOUT diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt index 21e16b705a..6f6fce0a71 100644 --- a/docs/topics/cache.txt +++ b/docs/topics/cache.txt @@ -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 been well-tested and are easy to use. +.. _cache_arguments: + Cache arguments --------------- |
