#10863: Email full stack traces like in the debug error pages
-------------------------------------+-------------------------------------
               Reporter:  boxed      |          Owner:  brodie
                   Type:             |         Status:  closed
  Uncategorized                      |      Component:  Core (Other)
              Milestone:  1.3        |       Severity:  Normal
                Version:  SVN        |       Keywords:  stack, errors,
             Resolution:  fixed      |  email
           Triage Stage:  Accepted   |      Has patch:  1
    Needs documentation:  1          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
Changes (by Tuttle):

 * ui_ux:   => 0
 * type:   => Uncategorized
 * severity:   => Normal
 * easy:   => 0


Comment:

 Later disabled by default for safety reasons. Related ticket: #15603

 Personally I enable the HTML multipart like this:

 {{{#!python
 LOGGING['handlers']['mail_admins']['include_html'] = True
 }}}

 Only enable if you know what you're doing (when you have safe mail path
 where unauthorized people can't read sensitive content).

-- 
Ticket URL: <https://code.djangoproject.com/ticket/10863#comment:15>
Django <https://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-updates@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