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:15:19 -0400
commitd4266dcaf1e75005d02b14306853bdc2f72ca481 (patch)
tree0443d671ac68f43303916fb75de3bc7b01e514f1 /docs/ref
parent052f8499b9953e159e5b94c9afa2f243aa88ae39 (diff)
[1.9.x] Fixed #26679 -- Documented which methods are disabled on RelatedManager if there's an intermediate table.
Backport of 59523c06fe482232dad9dc63ef0baab63418196d from master
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 faa268daef..836dbef47e 100644
--- a/docs/ref/models/relations.txt
+++ b/docs/ref/models/relations.txt
@@ -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: