Changes between Version 4 and Version 5 of Ticket #36951


Ignore:
Timestamp:
Feb 25, 2026, 11:28:13 AM (3 hours ago)
Author:
Jacob Walls
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36951

    • Property Triage Stage AcceptedReady for checkin
    • Property Needs documentation unset
    • Property Summary log_task_finished signal logs "NoneType: None" when no exception is raisedtask_finished signal logs "NoneType: None" when no exception is raised
  • Ticket #36951 – Description

    v4 v5  
    1 The 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:
     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 handler:
    22
    33{{{#!py
Back to Top