diff options
| author | Tomáš Ehrlich <tomas.ehrlich@gmail.com> | 2014-11-15 16:03:20 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-03-14 16:08:23 -0400 |
| commit | 8414fcf16b9cfa8d989db913f0961fc4ce18c71b (patch) | |
| tree | f906670ec6f40074371de53cb38cbb6aded2e73d /docs | |
| parent | ae87ad005f7b62f5fa5a29ef07443fa1bbb9baf0 (diff) | |
Fixes #23643 -- Added chained exception details to debug view.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index 1be30ae561..a6544a6030 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -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 ^^^^^ |
