mirror of
https://github.com/django/django.git
synced 2024-12-24 10:05:46 +00:00
Fixed #14756 - fix typo in "related objects reference" docs. Thanks deisner for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14703 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
37d50ac12f
commit
044d5a2432
@ -6,7 +6,7 @@ Related objects reference
|
|||||||
|
|
||||||
.. class:: RelatedManager
|
.. class:: RelatedManager
|
||||||
|
|
||||||
A "related manager" is a on managers used in a one-to-many or many-to-many
|
A "related manager" is a manager used in a one-to-many or many-to-many
|
||||||
related context. This happens in two cases:
|
related context. This happens in two cases:
|
||||||
|
|
||||||
* The "other side" of a ``ForeignKey`` relation. That is::
|
* The "other side" of a ``ForeignKey`` relation. That is::
|
||||||
|
Loading…
Reference in New Issue
Block a user