﻿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
14676	removetags is case-sensitive	peterh32	elbarto	"The removetags filter is case-sensitive. 

Example:
{{ value|removetags:""a"" }}
...will not remove the tag <A href=""/foo"">.

Instead you must do this:
{{ value|removetags:""a A"" }}

I found this rather startling. If it can't be remedied, it should certainly be mentioned in the docs, e.g. on http://docs.djangoproject.com/en/1.2/ref/templates/builtins/

"		closed	Documentation	1.2		fixed			Accepted	1	0	0	0	0	0
