﻿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
6419	Unused prints in loaddata.py	Hauser <hauserx@…>	nobody	"In file core/management/commands/loaddata.py there are three verbosity level checks that cannot be true. 

verbosity parameter has choices=['0', '1', '2'], and these checks looks like that:
{{{ 
128             if verbosity > 2:
129                 print ""No fixtures found.""
}}}
   
Changes were made in this commit:

http://code.djangoproject.com/changeset/6883

Probably it should be changed to >= 2"		closed	Core (Other)	dev		fixed			Ready for checkin	1	0	0	0	0	0
