Changes between Initial Version and Version 2 of Ticket #33410
- Timestamp:
- Jan 4, 2022, 4:34:30 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33410
- Property Has patch set
-
Ticket #33410 – Description
initial v2 1 1 When recursively adding multiple on commit callbacks, `captureOnCommitCallbacks` executes some callbacks multiple times. Below is a test case to reproduce the error. 2 3 Patch: https://github.com/django/django/pull/15285 2 4 3 5 {{{