﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
1509	[patch] add anonymous-only caching to CacheMiddleware	matt	Jacob	"Here is a patch against trunk's django.middleware.cache.CacheMiddleware to optionally only cache anonymously requested (non-logged-in user) pages.  Since rendered pages may contain user-specific information if they are logged in, caching those site-wide is often a bad idea.  With this mdified middleware and {{{ CACHE_MIDDLEWARE_ANONYMOUS_ONLY = True }}} in your settings file, django can cache your non-logged in pages while serving up non-cached pages to logged in users.

I'm not a huge fan of {{{ CACHE_MIDDLEWARE_ANONYMOUS_ONLY }}} so if someone thinks of a better name for it, feel free."	enhancement	closed	Core (Cache system)	dev	normal	fixed			Unreviewed	1	0	0	0	0	0
