﻿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	Make debugging of invalid values assignments to model fields easier	Diederik van der Boor	nobody	"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 (PR included) displays the field name which makes spotting errors a lot easier."	Uncategorized	new	Database layer (models, ORM)	1.11	Normal				Unreviewed	1	0	0	0	1	0
