﻿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
15564	PROPOSAL: nocache template tag to exclude parts of a template from being cached	izamojc@…	nobody	"In many cases, I'd like to just be able to turn caching on for a project and let it do what it does automatically 99% of the time.  However, most sites have authentication, and most display a ""login or signup"" message that gets replaced by the user's name when they sign in.  This is problematic for caching since it means that same page will be cached multiple times, once for each user who views it, defeating the purpose of the cache.

I propose a formal {% nocache %} ... {% endnocache %} template tag that can be wrapped around these ""micro-dynamic"" regions of the template.  This way, blanket caching can be applied to the entire site, and these cache-busting problem areas can be dealt with in a precise manner."		closed	Core (Cache system)	dev		wontfix	template tag		Unreviewed	0	0	0	0	0	0
