﻿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
30930	Many to Many Doc	waltersdmh	nobody	"Hi,

https://docs.djangoproject.com/en/3.0/topics/db/examples/many_to_many/

At line: 

Publication objects have access to their related Article objects

Why does the docs refer to p2.articles as p2.article_set

""_set"" does not work in Django. 

p2.article_set.all()

should be

p2.article.all()

Thanks
"	Uncategorized	new	Documentation	dev	Normal				Unreviewed	0	0	0	0	0	0
