﻿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
1501	[magic-removal][patch] embed IPython shell in development server	django@…	Adrian Holovaty	"This patch lets you drop into an IPython shell mid-request with the development server to play around in the local namespace.  Handy for debugging and getting familiar with Django's request and response objects.

e.g.
{{{
from django.utils.shell import ipshell

def some_view(request):
    response = render_to_response(...)
    ipshell() # suspend request here and drop into IPython shell
    return response
}}}
If a call to ipshell() is left in production code a warning will be sent to
stdout and processing will continue normally."	enhancement	closed	Core (Other)		normal	wontfix			Accepted	1	0	0	0	0	0
