﻿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
17570	Tutorial 04 discrepancies	cyd@…	nobody	"https://docs.djangoproject.com/en/1.3/intro/tutorial04/

A couple of discrepancies in Part 4 of the tutorial:

1.-----

About halfway down, it says that the code for the results() view is exactly the same as the detail() view except for the template name. That's not correct, however. The detail() view has a second argument in the return statement: ""context_instance=RequestContext(request)""

2.-----

Later, near the bottom, in the explanatory text, it states: ""In our case, it'll use the template ""polls/poll_detail.html""

Actually, it uses the template ""polls/detail.html"""	Cleanup/optimization	closed	Documentation	1.3	Normal	invalid			Unreviewed	0	0	0	0	1	0
