﻿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
19311	"""c.poll"" did not work at the tutorial 01 (last example on the page)"	vijayky@…	nobody	"URL: https://docs.djangoproject.com/en/1.4/intro/tutorial01/

--------------------
'''Documentation:'''

>>> c = p.choice_set.create(choice='Just hacking again', votes=0)
# Choice objects have API access to their related Poll objects.
>>> c.poll
<Poll: What's up?>

--------------------
'''Interactive Output:'''

>>> c = p.choice_set.create(choice='Just hacking again', votes=0)
>>> c.poll
Traceback (most recent call last):
  File ""<console>"", line 1, in <module>
AttributeError: 'Choice' object has no attribute 'poll'


--------------------
'''What Works'''

>>> c.question
<Poll: What's up?>
"	Uncategorized	closed	Documentation	1.4	Normal	worksforme		vijayky@…	Unreviewed	0	0	0	0	0	0
