Changes between Initial Version and Version 1 of Ticket #36542, comment 9
- Timestamp:
- Mar 21, 2026, 9:14:40 AM (2 weeks ago)
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: 1 The 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 3 The docs mention this: 2 4 3 5 > The reporter_class argument of AdminEmailHandler allows providing an django.views.debug.ExceptionReporter subclass to customize the traceback text sent in the email body.