﻿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
4431	manage.py loaddata should have better error reporting	bugs@…	David A Krauth	"When dumping database with
{{{
python manage.py --format=xml dumpdata > dump.xml
}}}

I'd like to migrate to another one and load data back. However, I perhaps have some inconsistency, so I got
{{{
 python manage.py loaddata dump.xml 
Loading 'dump' fixtures...
Installing xml fixture 'dump' from absolute path.
Problem installing fixture 'dump.xml': WikiObject matching query does not exist.
}}}

I have to fix it manually, however I have no idea which query failed and with FK I have to fix (or obect to delete etc.) (and yes, I have no idea when this inconsistency started).

loaddata should display on which object this query failed.

"		closed	Tools	dev		fixed	manage.py loaddata dumpdata		Ready for checkin	0	0	0	0	0	0
