﻿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
15767	DecimalField is not aware of locale (in admin)	Florian Sening	nobody	"We are using a German locale right now and noticed in the admin that DateField is locale-aware while the DecimalField is not. DateField displays the date using 'd.m.Y' while also accepting an input that way. For the DecimalField DECIMAL_SEPARATOR and THOUSAND_SEPARATOR need to be switched for display and input.

While looking at the code I noticed that there is indeed some code for a locale-aware display and input for DecimalField. There also is a variable localize that's always False. Is there a reason why this is disabled by default? How do I enable it?

Since parts of the admin are accessed by normal users and the only language is German so far, there has to be a way to change this for the admin."	Bug	closed	Forms	1.3	Normal	invalid			Unreviewed	0	0	0	0	0	0
