﻿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
11687	The 'add' template filter only works for integers, and can fail noisily	Bradley Ayers	Filip Gruszczyński	The 'add' template tag attempts to convert both arguments to ints using int() and there's no try/except around it (thus making it noisy if you try and add two objects which are not ints). In addition, there's no reason why it should be limited to only adding together integers, it should be able to support any two objects that can be added together.		closed	Template system	1.1		fixed			Ready for checkin	1	0	0	0	0	0
