From 95827452571eb976c4f0d5e9ac46843948dd5fe6 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Mon, 22 Jul 2024 11:19:00 +0100 Subject: Fixed #35622 -- Made unittest ignore Django assertions in traceback frames. Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> --- docs/releases/5.2.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') 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 ~~~~ -- cgit v1.3