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:00:14 -0400 |
| commit | 0fdfcee257155ad29ff161725d94f41f0e77691f (patch) | |
| tree | 06e0aa1fb7c75b3a01369a4e7bf3cc8538c82f08 /docs | |
| parent | acd74ffa358a64861fae8fd7bf020fc3a50341b2 (diff) | |
Fixed #15325 - Added a link to RelatedManager in the ManytoManyField docs; thanks jammon for the suggestion.
Diffstat (limited to 'docs')
| -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 8b3c31f029..4f6aaab134 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -1081,6 +1081,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 ~~~~~~~~~~~~~~~~~~~~~~~ |
