mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixes #23643 -- Added chained exception details to debug view.
This commit is contained in:
parent
ae87ad005f
commit
8414fcf16b
5 changed files with 100 additions and 4 deletions
|
@ -172,6 +172,8 @@ Requests and Responses
|
|||
``status_code`` outside of the constructor will also modify the value of
|
||||
``reason_phrase``.
|
||||
|
||||
* The debug view now shows details of chained exceptions on Python 3.
|
||||
|
||||
Tests
|
||||
^^^^^
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue