﻿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
24913	localize filter tag not work for thousand separator then USE_L10N is False	Krupin Dmitry	nobody	"in settings.py
'''USE_L10N = False
USE_THOUSAND_SEPARATOR = True'''

it template
 {% localize on %}
      {{ object.price }}
 {% endlocalize %}
or
    {{ object.price|localize }}

but there is no affect

I think in util.formats.number_format function should be something like this
 if use_l10n:
      force_grouping = True



"	Bug	new	Internationalization	1.7	Normal		localize		Unreviewed	0	0	0	0	0	0
