﻿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	nobody	"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 fail to commit to the database."	Bug	new	Database layer (models, ORM)	1.8	Normal				Unreviewed	0	0	0	0	0	0
