﻿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
25767	integer_field_ranges are incorrect for MySQL backend	George Marshall	George Marshall	"The integer ranges for `PositiveSmallIntegerField` and `PositiveIntegerField` are reflective of `UNSIGNED INT` and `UNSIGNED BIGINT`. When the ORM actually uses `UNSIGNED SMALLINT` and `UNSIGNED INT` when creating these fields.

The side effect of this is that data will pass validation checks, but will be munged by the database."	Bug	closed	Database layer (models, ORM)	1.8	Normal	fixed		Simon Charette	Accepted	1	0	0	1	0	0
