[1.9.x] Fixed #26679 -- Documented which methods are disabled on RelatedManager if there's an intermediate table.

Backport of 59523c06fe482232dad9dc63ef0baab63418196d from master
This commit is contained in:
Ketan Bhatt 2016-05-31 12:06:43 +05:30 committed by Tim Graham
parent 052f8499b9
commit d4266dcaf1

View File

@ -174,8 +174,9 @@ Related objects reference
on either end of the relationship.
Also, if you are using :ref:`an intermediate model
<intermediary-manytomany>` for a many-to-many relationship, some of the
related manager's methods are disabled.
<intermediary-manytomany>` for a many-to-many relationship, then the
``add()``, ``create()``, ``remove()``, and ``set()`` methods are
disabled.
.. _direct-assignment: