﻿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
30119	Filter floatformat seems to ignore the localize off tag	Marc Parizeau	nobody	"Using the following localization config:

{{{
LANGUAGE_CODE = 'fr-ca'
USE_L10N = True
}}}

The following in a template:

{{{
{% localize off %}{{value}}{% endlocalize %}
}}}

produces an unlocalized float, but not:

{{{
{% localize off %}{{value|floatformat}}{% endlocalize %}
}}}

Is this expected behavior?"	Bug	closed	Template system	2.1	Normal	duplicate	localization floatformat		Unreviewed	0	0	0	0	0	0
