﻿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
35197	floatformat combined with intcomma filters misformatting in Django 4.2.10	nathangeffen	nobody	"A security bug was removed from the intcomma template filter in Django 4.2.10. But it appears a bug was introduced that misformats numbers when the intcomma filter is combined with floatformat.
The problem is a leading comma is added to some numbers (I suspect it is numbers with exactly 3 digits).

Example code that worked in 4.2.7 but now misformatting in 4.2.10:
{{total_amount|floatformat:""2""|intcomma}} 

In the attached screenshots the bug is apparent. They are the same screen displayed using 4.2.7 and 4.2.10. Note the leading comma before 3 digit numbers in the one screenshot (that's 4.2.10)."	Bug	closed	Template system	4.2	Normal	duplicate	intcomma, floatformat	nathangeffen	Unreviewed	0	0	0	0	0	1
