﻿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
10814	management loaddata with verbosity > 0 fails silently under WSGI	Charlie DeTar	nobody	"When using mod_wsgi and apache, a script which calls the following fails silently:

{{{
    from django.core import management
    management.call_command(""loaddata"", ""some_fixture"")
}}}

Presumably, this has something to do with the fact that by default, ""loaddata"" prints status information to standard out, which is forbidden under WSGI.  The same command with ""verbosity=0"" succeeds.

Rather than failing silently, the call with verbosty > 0 should either function properly or raise an exception when run under WSGI."		closed	Core (Other)	dev		wontfix	management loaddata verbosity stdout wsgi		Design decision needed	0	0	0	0	0	0
