﻿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
18509	Bug: forms.DecimalField doesn't validate correctly when localized. (Unittest attached)	Serge Spaolonzi	nobody	"forms.DecimalField doesn't validate correctly when localized.
A form DecimalField is expected to validate invalid values when the method to python is called. 
It throws a ValidationError for non localized instances when an incorrect value is introduced.
But for localized instances that are expected to accept a comma (,) as decimal separator it doesn't throw any exception for a value with a dot (.) and take it as valid.

Unittest attached"	Bug	closed	Forms	1.4	Normal	wontfix			Design decision needed	0	0	0	0	0	0
