Commit c2dde756 authored by Ketan Bhatt's avatar Ketan Bhatt Committed by Tim Graham
Browse files

[1.10.x] Fixed #26679 -- Documented which methods are disabled on...

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

Backport of 59523c06 from master
parent 3e1c8fc4
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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
=================