﻿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
20298	Forms - FloatField and IntegerField raise errors when a user enters space in textboxes.	krishna@…	nobody	"When a user keys in few spaces in a FloatField or IntegerField. Django fails to treat them as empty and tries to convert them to float and int respectively, leading to an unnecessary validation error. Users need to define custom fields and custom clean methods currently to overcome this issue. 

Stripping the value prior to conversion will solve the problem. I have submitted a pull reqhest here -
https://github.com/django/django/pull/1023 

I have also attached the patch to this ticket."	Uncategorized	closed	Forms	dev	Normal	duplicate			Unreviewed	1	0	0	0	0	0
