﻿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
18260	Cache tag doesn't handle filter expresssions	FunkyBob	regebro	"I found the cache tag didn't well handle when I passed, for instance:

    {% cache .....   request.GET.foo %}

As it would raise an exception if GET['foo'] wasn't set... so I tried passing a default:

    {% cache ..... request.GET.foo|default:""bar"" %}

Only to see it not only didn't fix the issue, but didn't appear to be parsing filter expressions,  either.

I've updated the cache tag to use parser.compile_filter for all its arguments."	Bug	closed	Template system	dev	Normal	fixed	cache	charette.s@… bmispelon@…	Accepted	1	1	0	0	1	0
