We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649d124 commit 1528006Copy full SHA for 1528006
1 file changed
docs/reference/settings.md
@@ -35,9 +35,10 @@ on a per-test basis.
35
(default: `True`)
36
37
[`transaction`][django_subatomic.db.transaction]
38
+and [`transaction_if_not_already`][django_subatomic.db.transaction_if_not_already]
39
will raise `subatomic.db._UnhandledCallbacks` in tests
-if it detects any lingering unhandled after-commit callbacks
40
-when it's called.
+if they detect any lingering unhandled after-commit callbacks
41
+when they are called.
42
[`part_of_a_transaction`][django_subatomic.test.part_of_a_transaction]
43
will raise `subatomic.test._UnhandledCallbacks` instead.
44
Note: because these exceptions each represent a programming error,
0 commit comments