On 9 juin, 10:51, Tom Evans <tevans...@googlemail.com> wrote: > I disagree entirely. The stack trace is the first thing I look at, and > whilst we need to make it easy for people to learn django, we > shouldn't be hiding essential information from people - even if it is > just hidden in a separate 'tab'.
Me too. Why is it that I we have a huge Python Path, the Python revision number and executeble locations on Top. Further, the Exception value is displayed twice, and the request URL is also shown in the address bar. The server time is also not that important that it has to be shown above the stack trace. I know it is possible to use a custom template for this, but I think most people only want to see the Exception message, and the traceback without scrolling down a whole page... -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.