﻿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
13148	DEBUG_SHOW_DJANGO_TRACEBACK	Matt Harasymczuk	nobody	"Hi,
Recently I was doing a lot of django works and every time I get a django DEBUG screen, there were a lot of unnecessary info, which complicated me a debugging process
in settings there should be an option DEBUG_SHOW_DJANGO_TRACEBACK which depends on value (True, False) shows django correlated traceback

it would be a lot easier than showing a 70 lines of 
/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/template/debug.py in render_node

than hiding (display hidden) it and displaying only this from my project
/web/myapp/myapp/models.py

and by default display block few lines of code in order to trace error

meta and settings should be displayed hidden (when you need them, then you unhide it)

and this is general problem
error messages are very inaccurate, so much, that sometimes it is hard to find where problem is

maybe adding some debugging output functions
for example when you want to test what is inside a dictionary
d = dict()
d{""asdas"": asdasd, ""a"": ""dd""}
debug(d)

and it would display at the debug page its content, and of course types like:
d { - dict
""asdas"": object (asdasd),
""a"": str(""dd"")
}
or similar

I love django and made a lot of projects using it, keep it going folks! I love this framework. "		closed	Contrib apps	dev		duplicate	debug	djangoproject.com@…	Unreviewed	0	0	0	0	0	0
