﻿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
18876	Use less error output	Jirka Schaefer	nobody	"after upgrading from 1.2.7 to 1.3.1 I ran into error messages like ""cannot import name XY"". I had to use the PDB lib and heavy debugging to find out why. It should print the error source.

I found out:
in /django/core/management/base.py:206-207

that
{{{
import traceback
sys.stderr.write(""%s"" % traceback.print_tb(sys.exc_info()[2]))
}}}

helped a lot to tell me about the errors source."	Cleanup/optimization	closed	Core (Management commands)	1.4	Normal	duplicate			Unreviewed	0	0	0	0	0	0
