diff --git a/docs/ref/models/relations.txt b/docs/ref/models/relations.txt index 39492e8a14..d8100287df 100644 --- a/docs/ref/models/relations.txt +++ b/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 - ` for a many-to-many relationship, some of the - related manager's methods are disabled. + ` for a many-to-many relationship, then the + ``add()``, ``create()``, ``remove()``, and ``set()`` methods are + disabled. Direct Assignment =================