diff options
| author | Adam Johnson <me@adamj.eu> | 2024-07-22 11:19:00 +0100 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2024-08-08 21:34:01 -0300 |
| commit | 95827452571eb976c4f0d5e9ac46843948dd5fe6 (patch) | |
| tree | 99c85b6eb779323d3ecad30498e5cf0fd924c566 /docs | |
| parent | e1606d27b4fed653c80817f3a13cf8bc6f3163f0 (diff) | |
Fixed #35622 -- Made unittest ignore Django assertions in traceback frames.
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.2.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/5.2.txt b/docs/releases/5.2.txt index 92bb501d61..5732a5473c 100644 --- a/docs/releases/5.2.txt +++ b/docs/releases/5.2.txt @@ -240,7 +240,9 @@ Templates Tests ~~~~~ -* ... +* Stack frames from Django's custom assertions are now hidden. This makes test + failures easier to read and enables :option:`test --pdb` to directly enter + into the failing test method. URLs ~~~~ |
