diff options
| author | Ketan Bhatt <ketanbhatt1006@gmail.com> | 2016-05-31 12:06:43 +0530 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-05-31 07:15:15 -0400 |
| commit | c2dde7561aa383ca7c6ac7c44b734e0c986a477f (patch) | |
| tree | 1744e240363b9cddffca9e864e7cef4df661b86e /docs | |
| parent | 3e1c8fc4c0027ba5692d846823ed752aa4e114b5 (diff) | |
[1.10.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')
| -rw-r--r-- | docs/ref/models/relations.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ref/models/relations.txt b/docs/ref/models/relations.txt index 2014eb9b43..4ea064de9c 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 ================= |
