Changes between Initial Version and Version 1 of Ticket #36542


Ignore:
Timestamp:
Aug 6, 2025, 4:10:50 AM (2 months ago)
Author:
Olivier Dalang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36542 – Description

    initial v1  
    551/ regular debug reports when DEBUG=True
    66
    7 (screenshot incomming)
     7https://code.djangoproject.com/attachment/ticket/36542/image.png
    88
    992/ email reports when DEBUG=False and include_html=True
    1010
    11 (screenshot incomming)
     11https://code.djangoproject.com/attachment/ticket/36542/image%20(1).png
    1212
    1313I 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.
Back to Top