﻿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
959	[patch]Template improvements	rjwittams	Adrian Holovaty	" * Multiple args for filters,comma separated including varargs . Changed removetags filter to use it and put the old version in old_filters template library for people who do not want to fix all thier templates. You can load it in templates, or use template.add_to_builtins('django.template_tags.old_filters') in your settings file to apply it universally. Are there any other filters that should use it? 

 * Integers and float literals in resolve_variable . I didn't know what the this should mean for 'add' and the like, so left as is.  

 * Fixed standalone template tests to work with the testapp - so all tests pass in all situations. 

 * Added a 'lookup' filter, useful now vars work in templates. {{my_dict|lookup:my_index}} for example - a common mailing list request. 
 
"	defect	closed	Template system		normal	invalid			Unreviewed	1	0	0	0	0	0
