﻿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
26679	Document which methods are disabled on RelatedManager if there's an intermediate tables	Baptiste Mispelon	Ketan Bhatt	"The note at https://docs.djangoproject.com/en/dev/ref/models/relations/#django.db.models.fields.related.RelatedManager.set says:

 Also, if you are using an intermediate model for a many-to-many relationship, some of the related manager’s methods are disabled.

It would be helpful to know exactly which methods are disabled.
From what I understand, `add`, `create`, and `remove` are disabled, but `clear` works.
The linked documentation (https://docs.djangoproject.com/en/1.9/topics/db/models/#intermediary-manytomany) doesn't mention `set` at all."	Cleanup/optimization	closed	Documentation	1.9	Normal	fixed			Accepted	0	0	0	0	1	0
