diff options
| author | Petter Friberg <petter_friberg@hotmail.com> | 2022-01-04 23:06:46 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-01-06 06:38:17 +0100 |
| commit | bc174e6ea0ce676c5a7f467bda9739e6ef6b6186 (patch) | |
| tree | 68ae81b376e74e74ce3e8736592f02b3f3ada5ec /docs | |
| parent | 806efe912b846c1fde250c9321d8334b7517cd56 (diff) | |
Fixed #33410 -- Fixed recursive capturing of callbacks by TestCase.captureOnCommitCallbacks().
Regression in d89f976bddb49fb168334960acc8979c3de991fa.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.0.2.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/4.0.2.txt b/docs/releases/4.0.2.txt index 002e891017..b1f1fb9c76 100644 --- a/docs/releases/4.0.2.txt +++ b/docs/releases/4.0.2.txt @@ -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`). |
