Changes between Initial Version and Version 4 of Ticket #36951


Ignore:
Timestamp:
Feb 25, 2026, 11:18:12 AM (3 hours ago)
Author:
Jake Howard
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36951

    • Property Triage Stage UnreviewedAccepted
    • Property Needs documentation set
    • Property Has patch set
  • Ticket #36951 – Description

    initial v4  
    1 The test provided on #20722 demonstrates that faux exceptions are logged as `NoneType: None` by the `log_task_finished` signal:
     1The test provided on [https://github.com/django/django/pull/20722 PR #20722] demonstrates that faux exceptions are logged as `NoneType: None` by the `log_task_finished` signal:
    22
    33{{{#!py
Back to Top