Fixed #26679 -- Documented which methods are disabled on RelatedManager if there's an intermediate table.
This commit is contained in:
parent
37aec6b186
commit
59523c06fe
|
@ -166,8 +166,9 @@ Related objects reference
|
||||||
on either end of the relationship.
|
on either end of the relationship.
|
||||||
|
|
||||||
Also, if you are using :ref:`an intermediate model
|
Also, if you are using :ref:`an intermediate model
|
||||||
<intermediary-manytomany>` for a many-to-many relationship, some of the
|
<intermediary-manytomany>` for a many-to-many relationship, then the
|
||||||
related manager's methods are disabled.
|
``add()``, ``create()``, ``remove()``, and ``set()`` methods are
|
||||||
|
disabled.
|
||||||
|
|
||||||
Direct Assignment
|
Direct Assignment
|
||||||
=================
|
=================
|
||||||
|
|
Loading…
Reference in New Issue