1
0
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:
Petter Friberg
2022-01-04 23:06:46 +01:00
committed by Mariusz Felisiak
parent 806efe912b
commit bc174e6ea0
3 changed files with 59 additions and 8 deletions

View File

@@ -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`).