﻿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
30086	The numberformat template filter does not respect local localization settings	Meiyer	nobody	"Specifically, when the filter is used within the `{% localize [on|off] %}` block with the localization setting opposed to the value of `USE_L10N` ('on' when `USE_L10N = False` or 'off' when `USE_L10N = True`), the localization setting has not effect.

This is due to the use of `formats.number_format()` without its `use_l10n` parameter, by the `numberformat` template filter (e.g. https://github.com/django/django/blob/master/django/template/defaultfilters.py#L144, https://github.com/django/django/blob/master/django/template/defaultfilters.py#L163). The value of the `use_l10n` parameter shall be taken out of the template rendering context. But I do not see any easy solution to this, as filters do not take context..."	Bug	new	Template system	1.11	Normal				Unreviewed	0	0	0	0	0	0
