diff options
| author | Tim Graham <timograham@gmail.com> | 2012-09-19 16:09:46 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2012-09-19 18:01:37 -0400 |
| commit | 1189dca471b9d2c01a570526fbbcddf659dfff43 (patch) | |
| tree | b2e7f2ab96f4f855477fc8c05a93e6283a813303 | |
| parent | 57cdbf3bf8e80eb5c265852bfa5eb4b3f514809e (diff) | |
[1.4.X] Fixed #15325 - Added a link to RelatedManager in the ManytoManyField docs; thanks jammon for the suggestion.
Backport of 0fdfcee257 from master
| -rw-r--r-- | docs/ref/models/fields.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index a38fc96fb8..cca6ec51dc 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -1082,6 +1082,9 @@ the model is related. This works exactly the same as it does for :class:`ForeignKey`, including all the options regarding :ref:`recursive <recursive-relationships>` and :ref:`lazy <lazy-relationships>` relationships. +Related objects can be added, removed, or created with the field's +:class:`~django.db.models.fields.related.RelatedManager`. + Database Representation ~~~~~~~~~~~~~~~~~~~~~~~ |
