﻿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
13554	shell: IPython 0.11 API change, use IPythonApp if detected, fallback for <=0.10	Jeff Kowalczyk	nobody	"django-admin.py shell uses IPython if detected. The IPython git master branch (IPython 0.11) has a breaking change affecting Django.

Old way:
{{{
shell = IPython.Shell.IPShell(argv=[])
shell.mainloop()
}}}
New way:
{{{
app = IPythonApp(argv=[])
app.start()
}}}
IPython-0.10 is the latest release on PyPI, IPython-0.11 is only in alpha."		closed	Testing framework	1.1		duplicate	ipython shell		Unreviewed	1	0	0	0	0	0
