﻿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
18990	'manage.py loaddata' does not report if the loading file does not exist	sergzach	senko	"In the next case the file '''ProductCategory2.json''' does not exist but the loaddata utility does not report about it. It reports that 0 objects installed from 0 fixtures instead.

{{{
v11162:/www/lavka/dargent# python manage.py loaddata /root/models/ProductCategory2.json
Installed 0 object(s) from 0 fixture(s)
}}}

There are files in /root/lavka/: 


{{{
v11162:/www/lavka/dargent# ls /root/models/
Country.json  Producer.json  ProductCategory.json
}}}

"	Bug	closed	Core (Management commands)	1.4	Normal	fixed	loaddata	Türker Sezer d1fffuz0r@…	Ready for checkin	1	0	0	0	0	0
