Changes between Version 4 and Version 5 of Ticket #36951
- Timestamp:
- Feb 25, 2026, 11:28:13 AM (3 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36951
- Property Triage Stage Accepted → Ready for checkin
- Property Needs documentation unset
- Property Summary log_task_finished signal logs "NoneType: None" when no exception is raised → task_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 :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 handler: 2 2 3 3 {{{#!py