﻿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
28393	Add a helpful exception for invalid values passed to AutoField/FloatField/IntegerField.	Diederik van der Boor	Nick Pope	"When a large model is updated and saved with invalid values,
Django produces a traceback deep within the ORM, with no clue
which field assignment caused the error.

Developers are faced with:

    ""TypeError: int() argument must be a string, a bytes-like object or a number, not 'tuple'""

This change displays the field name which makes spotting errors a lot easier."	Cleanup/optimization	assigned	Database layer (models, ORM)	master	Normal				Accepted	1	0	0	0	0	0
