﻿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
13263	code example typo in the documentation	RicherPots	Gabriel Hurley	"On the documentation page http://docs.djangoproject.com/en/dev/topics/db/queries/, the code example:

{{{Blog.objects.filter(entry__author__name='Lennon')}}}

is inconsistent with the Entry model:

{{{
class Entry(models.Model):
    #...
    authors = models.ManyToManyField(Author)
}}}

There are two other code snippets like the one above. For all of them, ""author__name"" should be replaced with ""authors__name"".

"		closed	Documentation	1.1		fixed			Ready for checkin	1	0	0	0	0	0
