﻿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
9011	"""File format may be invalid"" bug in management.commands.loaddata"	jlrivitti@…	nobody	"If you try to load more than one fixture, one without any object, the output maybe wrong.

Eg. account with zero object, and blog with any number of objects.

{{{
>>> from django.core import management
>>> management.call_command('loaddata', *['account', 'blog'], verbosity=0)
No fixture data found for 'blog'. (File format may be invalid.)
}}}

"		closed	Core (Other)	1.0		fixed		andrehcampos@…	Unreviewed	1	0	0	0	0	0
