﻿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
22143	Default bounds checking for Integer fields.	dimyur27@…	nobody	"I think that informing people that certain input values are safe is not enough.
https://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.IntegerField
When you create a ModelForm with minimal code, its integer fields do not check if the input violates the boundaries. 
So when the end-user inputs large integer, he just gets Server Error (500)
Exception DataError: *int out of range. is generated.

"	Uncategorized	closed	Forms	dev	Normal	duplicate			Accepted	1	0	1	1	0	0
