﻿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
20601	Incorrect separators when chaining floatformat to intcomma in some locales	c.schmitt@…	Jacob Walls	"When u use floatvalue ""2"" and intcomma together in a template the output of intcomma won't be internationalized.

Since intcomma wont work with decimals in django 1.5.1 i tried to convert a decimal to a float in a template, but it wont give me the excepted output.
When i have the value of 1000.11 it should be 1000,11 in germany, with intcomma(float(1000,11)) i get 1.000,11. But when i use Decimal(1000,11)|floatvalue""2""|intcomma, i will get 1,000,11. Thats a bug or maybe an unwanted behavior."	New feature	closed	Template system	4.0	Normal	fixed	internationalization, humanize, contrib, float, floatcomma	merb Alexey Cassiano R. N. dos Santos	Ready for checkin	1	0	0	0	0	0
