However, the error I *really* want to be investigating is the original
one, rather than the secondary failure in the DRF exception handling.
Python 3 captures this information in the `__context__` (or `__cause__`)
attribute on the exception object, as described in
https://www.python.org/dev/peps/pep-3134/
It would be handy if the DEBUG view could be updated to display that
information when it was available (although I have no idea how difficult
such a change would be)
--
Ticket URL: <https://code.djangoproject.com/ticket/25463>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_better_patch: => 0
* resolution: => duplicate
* needs_tests: => 0
* needs_docs: => 0
Comment:
I believe this is done in Django 1.9 (see #23643).
--
Ticket URL: <https://code.djangoproject.com/ticket/25463#comment:1>