From 0fdfcee257155ad29ff161725d94f41f0e77691f Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 19 Sep 2012 16:09:46 -0400 Subject: [PATCH] Fixed #15325 - Added a link to RelatedManager in the ManytoManyField docs; thanks jammon for the suggestion. --- docs/ref/models/fields.txt | 3 +++ 1 file changed, 3 insertions(+) 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 ` and :ref:`lazy ` relationships. +Related objects can be added, removed, or created with the field's +:class:`~django.db.models.fields.related.RelatedManager`. + Database Representation ~~~~~~~~~~~~~~~~~~~~~~~