1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #33161 -- Enabled durability check for nested atomic blocks in TestCase.

Co-Authored-By: Adam Johnson <me@adamj.eu>
This commit is contained in:
Krzysztof Jagiello
2021-09-30 19:13:56 +02:00
committed by Mariusz Felisiak
parent adb4100e58
commit 8d9827c06c
7 changed files with 52 additions and 70 deletions

View File

@@ -215,7 +215,8 @@ Templates
Tests
~~~~~
* ...
* A nested atomic block marked as durable in :class:`django.test.TestCase` now
raises a ``RuntimeError``, the same as outside of tests.
URLs
~~~~