﻿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
1285	Documentation error in the DB API about Relationships	adrianob@…	Jacob	"http://www.djangoproject.com/documentation/db_api/#relationships-joins

In the beggining of the text, there is a part that say:
""For example, if p is a Poll instance, '''p.get_choice_list()''' will return a list of all associated choices. Astute readers will note that this is the same as '''choices.get_list(poll_id__exact=p.id)''', except clearer.""

The correct is:
choices.get_list(poll__id__exact=p.id)"	defect	closed	Documentation		normal	fixed			Unreviewed	0	0	0	0	0	0
