﻿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
16026	Inform user which object triggered error in loaddata	Gabriel Hurley	Gabriel Hurley	"When the loaddata command saves objects it is entirely possible for the database to raise an exception, which is all well and good except for the fact that the standard `IntegrityError` and `DatabaseError` messages don't mention which object raised the exception. This can make debugging a fixture with dozens, hundreds or thousands of objects in it nearly impossible.

So I've got a patch here which adds one extra line of output notifying the user of which object (and which DB) raised the error before re-raising the exception."	New feature	closed	Core (Management commands)	1.3	Normal	fixed			Ready for checkin	1	0	0	0	1	0
