summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLeandro Regueiro <leandro.regueiro@gmail.com>2013-04-18 22:04:00 +0200
committerTim Graham <timograham@gmail.com>2013-08-06 11:56:31 -0400
commit4c90081b5b296bc2d7d9689609bfe1857e35b091 (patch)
tree05366fa4f6e033be7a51d421cbada5967a6890bc /docs
parent80b95a2b1fc8c8425a81a23706af971061dc238f (diff)
[1.6.x] Added section labels in cache docs
Backport of 709cd2c4b7 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/cache.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt
index 2352770bad..a2491f2198 100644
--- a/docs/topics/cache.txt
+++ b/docs/topics/cache.txt
@@ -39,6 +39,8 @@ Django also works well with "upstream" caches, such as `Squid
caches that you don't directly control but to which you can provide hints (via
HTTP headers) about which parts of your site should be cached, and how.
+.. _setting-up-the-cache:
+
Setting up the cache
====================
@@ -152,6 +154,8 @@ permanent storage -- they're all intended to be solutions for caching, not
storage -- but we point this out here because memory-based caching is
particularly temporary.
+.. _database-caching:
+
Database caching
----------------