Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#11411 closed (duplicate)

DecimalField and NaN

Reported by: kovalidis@… Owned by: nobody
Component: Forms Version: 1.0
Severity: Keywords: DecimalField, NaN
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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.

Attachments (1)

fields.diff (428 bytes ) - added by kovalidis@… 15 years ago.

Download all attachments as: .zip

Change History (3)

by kovalidis@…, 15 years ago

Attachment: fields.diff added

comment:1 by Ramiro Morales, 15 years ago

Resolution: duplicate
Status: newclosed

duplicate of #7777

comment:2 by Jacob, 13 years ago

milestone: 1.0.3

Milestone 1.0.3 deleted

Note: See TracTickets for help on using tickets.
Back to Top