mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #33410 -- Fixed recursive capturing of callbacks by TestCase.captureOnCommitCallbacks().
Regression in d89f976bdd.
This commit is contained in:
committed by
Mariusz Felisiak
parent
806efe912b
commit
bc174e6ea0
@@ -9,4 +9,5 @@ Django 4.0.2 fixes several bugs in 4.0.1.
|
||||
Bugfixes
|
||||
========
|
||||
|
||||
* ...
|
||||
* Fixed a bug in Django 4.0 where ``TestCase.captureOnCommitCallbacks()`` could
|
||||
execute callbacks multiple times (:ticket:`33410`).
|
||||
|
||||
Reference in New Issue
Block a user