﻿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
11998	IntegerField not validated for overflow	francis.giraldeau@…	nobody	"Let be this small model : 
{{{
class IntegerOverflowTest(models.Model):
    someint = models.IntegerField()
}}}
For mysql, maximum values for signed integer is 2147483647 [1]

In admin interface, defining a value more than the maximum raises this exception : 
{{{
    Warning : Out of range value for column 'someint' at row 1
}}}
I would have expected that the form to be validated and prompt the error gracefully. 

[1] http://dev.mysql.com/doc/refman/5.0/en/numeric-types.html"		new	Uncategorized	1.1					Unreviewed	0	0	0	0		
