﻿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
10513	"Template filter ""floatformat"" does not support __float__ anymore."	Sebastian Noack	Alex Gaynor	Since django 1.0 the template filter ''floatformat'', converts the value to unicode and after it to Decimal. So you can't pass anymore objects to floatformat, which provides a __float__ method but not a __unicode__ or __str__ method.		closed	Template system	1.0		fixed			Accepted	1	0	0	0	0	0
