class EasyWin(object):
  def process_exception(self, request, *args, **kwargs):
    if not request.is_ajax(): return
    impot traceback
    return HttpResponse(traceback.format_exc())


On Jun 10, 1:11 pm, Daniel Watkins <dan...@daniel-watkins.co.uk>
wrote:
> On Thu, Jun 09, 2011 at 08:31:44PM -0700, Valentin Golev wrote:
> > What I'd really like is a stacktrace in a plain text in the html
> > commentary ("<!-- ... -->") on the very top of the page.
>
> I've openedhttps://code.djangoproject.com/ticket/16227with patch
> attached.
>
> Regards,
>
> Dan

-- 
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.

Reply via email to