From 00252d84d7143aeceac5242be55b051e8e02987f Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sat, 9 Jan 2010 19:28:06 +0000 Subject: [PATCH] Negligible change to docs/topics/cache.txt so I can test something in the docs on the live site git-svn-id: http://code.djangoproject.com/svn/django/trunk@12135 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/cache.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt index b0e325b5c5..6b3af2a541 100644 --- a/docs/topics/cache.txt +++ b/docs/topics/cache.txt @@ -754,7 +754,7 @@ Other optimizations =================== Django comes with a few other pieces of middleware that can help optimize your -apps' performance: +site's performance: * ``django.middleware.http.ConditionalGetMiddleware`` adds support for modern browsers to conditionally GET responses based on the ``ETag``