﻿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
7043	Bad verbosity in loaddata command when fixtures location passed by param baddly	Manuel Saelices	Manuel Saelices	"Look, for example this execution:
{{{
 ~$ ./manage.py loaddata something_wrong_but_developer_doesnt_know.xml
 ~$ <-- no error message
}}}

But in [source:django/trunk/django/core/management/commands/loaddata.py loaddata.py] there is this code fragment:
{{{
#!python
   if object_count == 0:
       if verbosity >= 2:
           print ""No fixtures found.""
}}}

I think maybe it could be better to remove the verbosity condition."	Bug	closed	Core (Management commands)	dev	Normal	fixed			Accepted	1	0	0	0	0	0
