summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorKetan Bhatt <ketanbhatt1006@gmail.com>2016-05-31 12:06:43 +0530
committerTim Graham <timograham@gmail.com>2016-05-31 07:14:31 -0400
commit59523c06fe482232dad9dc63ef0baab63418196d (patch)
treece526e67f2ea0d31b868b00dac41d8f4d7030322 /docs/ref
parent37aec6b186941566a664369e031d72b2ddd204fc (diff)
Fixed #26679 -- Documented which methods are disabled on RelatedManager if there's an intermediate table.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/models/relations.txt5
1 files changed, 3 insertions, 2 deletions
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
- <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
=================