Commit 1189dca4 authored by Tim Graham's avatar Tim Graham
Browse files

[1.4.X] Fixed #15325 - Added a link to RelatedManager in the ManytoManyField...

[1.4.X] Fixed #15325 - Added a link to RelatedManager in the ManytoManyField docs; thanks jammon for the suggestion.

Backport of 0fdfcee2 from master
parent 57cdbf3b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
~~~~~~~~~~~~~~~~~~~~~~~