﻿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
17322	HttpResponse documentation should give example import	Roy Smith	nobody	"In https://docs.djangoproject.com/en/1.3/ref/request-response/, it says:


{{{
The HttpResponse class lives in the django.http module.
}}}

I knew I wanted HttpResponse, but couldn't remember what import I needed.  So, I searched for the word ""import"" on that page, and it was nowhere to be found!  If one of the examples had:


{{{
from django.http import HttpResponse
}}}

I would have found it quickly.
"	Uncategorized	closed	Documentation	1.3	Normal	fixed			Accepted	0	0	0	0	0	0
