Kaydet (Commit) 25f3eda3 authored tarafından Gabriel Hurley's avatar Gabriel Hurley

Fixed #14738 -- Improved crossref linking for cache settings, and fixed a few minor typos.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14676 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst d8c471b8
......@@ -169,7 +169,7 @@ caches every page that doesn't have GET or POST parameters.
If you set the value of this setting to ``True``, you should make sure you've
activated ``AuthenticationMiddleware``.
See the :doc:`cache documentation </topics/cache>` for more information.
See :doc:`/topics/cache`.
.. setting:: CACHE_MIDDLEWARE_KEY_PREFIX
......@@ -178,8 +178,9 @@ CACHE_MIDDLEWARE_KEY_PREFIX
Default: ``''`` (Empty string)
The cache key prefix that the cache middleware should use. See
:doc:`/topics/cache`.
The cache key prefix that the cache middleware should use.
See :doc:`/topics/cache`.
.. setting:: CACHE_MIDDLEWARE_SECONDS
......@@ -191,6 +192,8 @@ Default: ``600``
The default number of seconds to cache a page when the caching middleware or
``cache_page()`` decorator is used.
See :doc:`/topics/cache`.
.. setting:: CACHE_PREFIX
CACHE_PREFIX
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment