﻿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
16562	intcomma now (incorrectly) requires USE_THOUSAND_SEPARATOR = True	anonymous	nobody	"Prior to r16168, the `django.contrib.humanize` intcomma filter, when used in a project with settings: 

{{{
#!python
USE_L10N = True
USE_THOUSAND_SEPARATOR = False 
LANGUAGE_CODE = 'en-us'
}}}

would insert commas into numbers. After r16168, intcomma requires that USE_THOUSAND_SEPARATOR = True in order for it to insert the commas (or other separator for other languages, I'd guess). This is a regression and a bit non-sensical: if I'm specifically coding intcomma into my templates, it's a safe bet I do want the commas added, regardless of the USE_THOUSAND_SEPARATOR setting.

"	Bug	closed	contrib.humanize	dev	Release blocker	duplicate			Accepted	0	0	0	0	0	0
