﻿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
11411	DecimalField and NaN	kovalidis@…	nobody	"When save form with DecimalField which has NaN value I get exception:
{{{
Exception Type:  	TypeError
Exception Value: 	bad operand type for abs(): 'str'
Exception Location: 	/var/lib/python-support/python2.6/django/forms/fields.py in clean, line 254
}}}

Because clean method of DecimalField doesn't check that value can be 'NaN'.

I use django 1.0.2."		closed	Forms	1.0		duplicate	DecimalField,NaN		Unreviewed	1	0	0	0	0	0
