Fixes #23643 -- Added chained exception details to debug view.

This commit is contained in:
Tomáš Ehrlich 2014-11-15 16:03:20 +01:00 committed by Tim Graham
parent ae87ad005f
commit 8414fcf16b
5 changed files with 100 additions and 4 deletions

View file

@ -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
^^^^^