﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
25838	./manage.py shell creates unnecessary nested exceptions	Baptiste Mispelon	nobody	"Steps to reproduce (using Python 3):

* Open a python shell with ./manage.py shell
* raise an exception with `raise Exception`

Notice how the exception is nested with another one:
{{{#!py
>>> raise Exception
Traceback (most recent call last):
  File ""./django/core/management/commands/shell.py"", line 67, in handle
    raise ImportError
ImportError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File ""<console>"", line 1, in <module>
Exception
}}}"	Cleanup/optimization	closed	Core (Management commands)	dev	Normal	fixed		jon.dufresne@…	Accepted	1	0	0	0	0	0
