Changes between Initial Version and Version 1 of Ticket #36942
- Timestamp:
- Feb 23, 2026, 4:49:29 PM (5 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36942 – Description
initial v1 7 7 8 8 The proposed fix adds a defensive {{{hasattr(method, "wrapped")}}} check to make the teardown process idempotent and robust against complex class hierarchies. 9 10 PR: https://github.com/django/django/pull/20758