diff options
| author | Leandro Regueiro <leandro.regueiro@gmail.com> | 2013-04-18 22:04:00 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-08-06 11:56:38 -0400 |
| commit | d4c19a6e7e45f3ff4dbbb2424904b726709bb24f (patch) | |
| tree | d48067a38b17442477908453e479f71ef78b140c | |
| parent | fcc8381505a336369870e9e521badf8c4fc18209 (diff) | |
[1.5.x] Added section labels in cache docs
Backport of 709cd2c4b7 from master
| -rw-r--r-- | docs/topics/cache.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt index 48f682b530..03022960bd 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 ---------------- |
