summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTimo Graham <timograham@gmail.com>2010-11-26 13:38:39 +0000
committerTimo Graham <timograham@gmail.com>2010-11-26 13:38:39 +0000
commit3cbaf3c2b66ada38bb1ca01b6404350ef5345f9e (patch)
treeef00169f56b16e74652e864ae3fda1809529c743 /docs
parent6a32e253f68b62b75d787f698ebaef461886c21c (diff)
Fixed #14781 - Setting "CACHE_PREFIX" should be "CACHE_KEY_PREFIX". Thanks to adamv for report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14713 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/settings.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 3577ab0ceb..380fa789a4 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -155,6 +155,18 @@ argument signature.
See the :ref:`cache documentation <cache_key_transformation>` for more information.
+.. setting:: CACHE_KEY_PREFIX
+
+CACHE_KEY_PREFIX
+----------------
+
+Default: ``''`` (Empty string)
+
+A string that will be automatically included (prepended by default) to
+all cache keys used by the Django server.
+
+See the :ref:`cache documentation <cache_key_prefixing>` for more information.
+
.. setting:: CACHE_MIDDLEWARE_ANONYMOUS_ONLY
CACHE_MIDDLEWARE_ANONYMOUS_ONLY
@@ -194,18 +206,6 @@ The default number of seconds to cache a page when the caching middleware or
See :doc:`/topics/cache`.
-.. setting:: CACHE_PREFIX
-
-CACHE_PREFIX
-------------
-
-Default: ``''`` (Empty string)
-
-A string that will be automatically included (prepended by default) to
-all cache keys used by the Django server.
-
-See the :ref:`cache documentation <cache_key_prefixing>` for more information.
-
.. setting:: CACHE_VERSION
CACHE_VERSION