﻿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
3293	[patch] newforms: IntegerField should return None on empty	Honza Král <Honza.Kral@…>	Adrian Holovaty	"if integer field is not required and left empty, clean_data contains {{{ u'' }}} (an empty string), which will fail when you try to insert it into DB via model as:
{{{
m = Model( ** clean-data )
m.save()
}}}

attached patch modifies the behavior of {{{IntegerField}}} to return None, just like {{{DateField}}} etc."	defect	closed	Forms	dev	normal	fixed	newforms integerfield	Honza.Kral@…	Unreviewed	1	0	0	0	0	0
