Changes between Initial Version and Version 1 of Ticket #36542, comment 9


Ignore:
Timestamp:
Mar 21, 2026, 9:14:40 AM (2 weeks ago)
Author:
Tim McCurrach

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36542, comment 9

    initial v1  
    1 The other thing that might help is to provide clearer guidance about what makes `include_html` dangerous. Taking a quick look at `techincal_500.html` and `techincal_500.txt` - the only difference that jumps out at me is that the former includes local variables. The docs mention this:
     1The other thing that might help is to provide clearer guidance in the docs about what makes `include_html` dangerous. Taking a quick look at `techincal_500.html` and `techincal_500.txt` - the only difference that jumps out at me is that the former includes local variables.
     2
     3The docs mention this:
    24
    35> The reporter_class argument of AdminEmailHandler allows providing an django.views.debug.ExceptionReporter subclass to customize the traceback text sent in the email body.
Back to Top