Changes between Initial Version and Version 1 of Ticket #36942


Ignore:
Timestamp:
Feb 23, 2026, 4:49:29 PM (5 hours ago)
Author:
Michele Fiori
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36942 – Description

    initial v1  
    77
    88The proposed fix adds a defensive {{{hasattr(method, "wrapped")}}} check to make the teardown process idempotent and robust against complex class hierarchies.
     9
     10PR: https://github.com/django/django/pull/20758
Back to Top