From 4c90081b5b296bc2d7d9689609bfe1857e35b091 Mon Sep 17 00:00:00 2001 From: Leandro Regueiro Date: Thu, 18 Apr 2013 22:04:00 +0200 Subject: [PATCH] [1.6.x] Added section labels in cache docs Backport of 709cd2c4b7 from master --- docs/topics/cache.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt index 2352770bada..a2491f21983 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 ----------------