소스 검색

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

Ketan Bhatt 8 년 전
부모
커밋
59523c06fe
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      docs/ref/models/relations.txt

+ 3 - 2
docs/ref/models/relations.txt

@@ -166,8 +166,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
 =================