﻿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
27670	Genuine ImportError masked by exception handling code when loading shell	Peter Inglesby	nobody	"When I run `./manage.py shell`, I get `ImportError: Couldn't load any of the specified interfaces.`

It turns out that there's a problem with my readline installation which causes an `ImportError`.  This `ImportError` is caught and discarded by the `except ImportError` in `django.core.management.commands.shell.Command.handle`.

Pull request incoming."	Bug	new	Core (Management commands)	1.10	Normal				Unreviewed	0	0	0	0	0	0
