Django is raising an exception while trying to process an exception,
resulting in no stack traces ... for many different types of errors.

It has the problem in debug.py, at this line under
technical_500_response:
    return HttpResponseServerError(t.render(c), mimetype='text/html')

I have DEBUG=True, and TEMPLATE_DEBUG = DEBUG.  The situation arises
for almost any error (undefined var, missing func arg, call to
undefined member func, etc.), but in some cases it does actually
generate a stack trace!

Any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to