From 1d54fb4483f034d2dced86f1b012671c8ee6ef5d Mon Sep 17 00:00:00 2001 From: Ed Morley Date: Wed, 31 Aug 2016 10:19:55 +0100 Subject: [PATCH] Made settings docs link to cache parameters more specific. --- docs/ref/settings.txt | 2 +- docs/topics/cache.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 856d9186a8..9a60844eb8 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -220,7 +220,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 ` documentation. For more information, +:ref:`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 d8c43ad196..50b4be95b9 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 ---------------