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:01 -0400 |
| commit | 709cd2c4b751bcdfed7c8a27306778a758523658 (patch) | |
| tree | 9590107fcd9d8223376e0e7d9db9e81c8058cb12 | |
| parent | 1c64a0f29e47a3da1dfac06b04ef84280bd809a7 (diff) | |
Added section labels in cache docs
| -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 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 ---------------- |
