﻿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
6317	Typo / Error in Tutorial	yak-man <yarkot1@…>	nobody	"at the end of:  [tutorial01][http://www.djangoproject.com/documentation/tutorial01/]

...the last interactive Python Shell session:

----

{{{
In [13]: Poll.objects.filter('''question_startswith'''='What')
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
 ....

TypeError: Cannot resolve keyword 'question_startswith' into field. Choices are:
 choice, id, question, pub_date

}}}

----

And later in the same debugger session:


----

{{{
In [15]: Poll.objects.get('''pub_date_year'''=2007)
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)

...
TypeError: Cannot resolve keyword 'pub_date_year' into field. Choices are: choic
e, id, question, pub_date

}}}


----

Eventually, the bottom of the session has a comment about ""...Use double underscores to separate relationships...""

Make a copy of that comment early on please ;-/
"	Uncategorized	closed	Documentation	dev	Normal	invalid	Tutorial		Unreviewed	0	0	0	0	0	0
