﻿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
15325	Please include a reference to the 'Related objects reference' in '/en/1.x/ref/models/fields/#manytomanyfield'	jammon	nobody	"Maybe it's just me. But more than once I was seeking for the description of ManyToManyField.add() and didn't find it in '/en/1.2/ref/models/fields/#manytomanyfield', where all the arguments of ManyToManyField are described.

(Now I understood, that 'add()' is a method of RelatedManager and not of ManyToManyField. But for the uninitiated it ''looks'' as if you could add relations to a ManyToManyField through its add()-method - which might as well be intentional.)

Maybe add something like this to '/ref/models/fields/#manytomanyfield': ""Related objects can be added, removed or created with the ManyToManyField's :doc:`RelatedManager</ref/models/relations>`."""	New feature	closed	Documentation	1.2	Normal	fixed			Accepted	0	0	0	0	0	0
