Changes between Initial Version and Version 1 of Ticket #36542
- Timestamp:
- Aug 6, 2025, 4:10:50 AM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36542 – Description
initial v1 5 5 1/ regular debug reports when DEBUG=True 6 6 7 (screenshot incomming) 7 https://code.djangoproject.com/attachment/ticket/36542/image.png 8 8 9 9 2/ email reports when DEBUG=False and include_html=True 10 10 11 (screenshot incomming) 11 https://code.djangoproject.com/attachment/ticket/36542/image%20(1).png 12 12 13 13 I reported this to the security team, but quite reasonably they decided it's not a security issue since it's very clear no one should use DEBUG=True in PROD (and there, users would just see their own password anyway), and that the docs already warn quite a bit against enabling "include_html" in email reports. Yet they agreed this is still worth improving.