﻿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
18614	https://docs.djangoproject.com/en/1.4/topics/forms/ missing some sample code	xarses@…	nobody	"The first two examples should include example file names that the code might be inside, since we might be new to the whole model / view concept.

in https://docs.djangoproject.com/en/1.4/topics/forms/#using-a-form-in-a-view
example is missing import statements for HttpResponseRedirect and render_to_response
example's final return is missing context_instance=RequestContext(request) after the dictionary, or a note needs to be made about this when explaining {% csrf_token %}. import path should also be referenced. 
"	Cleanup/optimization	closed	Documentation	1.4	Normal	fixed	from csrf missing imports		Ready for checkin	1	0	0	0	1	0
