#12294: Exception info caught in django/template/debug.py should be propagated -----------------------------+---------------------------------------------- Reporter: kuon | Owner: nobody Status: new | Milestone: Component: Template system | Version: 1.1 Keywords: | Stage: Unreviewed Has_patch: 0 | -----------------------------+---------------------------------------------- In django/template/debug.py at line 76, the exception is caught and replaced by another one, but info from the original exception are missing on the debug output.
For example, I was working with django-cms, installed a plugin, and that plugin was raising an exception. That exception was caught and replaced by a TemplateSyntaxError (line 78) with my own template name. Original exception should be visible somewhere in the final debug output. -- Ticket URL: <http://code.djangoproject.com/ticket/12294> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
