﻿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
9046	Typo in the intermediate model documentation	Djoume Salvetti	nobody	"I believe there is a typo in the documentation on intermediate model for many to many relations,

line 481 of docs/topics/db/models.txt

Groups.objects.filter(person__name__startswith='Paul')

should be:

Group.objects.filter(members__name__startswith='Paul')
"		closed	Documentation	1.0		fixed			Unreviewed	0	0	0	0	0	0
