#10863: Email full stack traces like in the debug error pages
-------------------------------------+--------------------------------------
          Reporter:  boxed           |         Owner:  brodie              
            Status:  new             |     Milestone:  1.3                 
         Component:  Core framework  |       Version:  SVN                 
        Resolution:                  |      Keywords:  stack, errors, email
             Stage:  Accepted        |     Has_patch:  1                   
        Needs_docs:  1               |   Needs_tests:  0                   
Needs_better_patch:  0               |  
-------------------------------------+--------------------------------------
Changes (by brodie):

  * owner:  nobody => brodie
  * needs_better_patch:  1 => 0
  * needs_tests:  1 => 0
  * milestone:  => 1.3

Comment:

 I've attached two patches for this feature.

 The first patch cleans up the debug exception template so that pretty
 printed values retain their whitespace. The second patch is based on
 boxed's and robhudson's work but updated for Django 1.3 and with some
 minor improvements.

 AdminEmailHandler has been updated to send out HTML emails, and
 ExceptionReporter has grown a new is_email keyword argument. If is_email
 is True, JS and Pastebin-related code is omitted from the template. If
 request is None, request-related info is also omitted.

 I've included robhudson's doc updates, but we should probably also update
 the AdminEmailHandler section of docs/topics/logging.txt to mention this
 new behavior.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/10863#comment:13>
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 django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to