diff options
| author | Gabriel Hurley <gabehr@gmail.com> | 2010-11-22 06:15:02 +0000 |
|---|---|---|
| committer | Gabriel Hurley <gabehr@gmail.com> | 2010-11-22 06:15:02 +0000 |
| commit | 25f3eda3cc306426fdd5645e5581c08050c80c05 (patch) | |
| tree | 960b2499ad3c3999171900e6eb5850d406552903 /docs/ref/settings.txt | |
| parent | d8c471b840f310aaab87b5b83abfab9ab73d9f2a (diff) | |
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
Diffstat (limited to 'docs/ref/settings.txt')
| -rw-r--r-- | docs/ref/settings.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 87219b228a..b551a27093 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -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 |
