mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Refs #32372 -- Updated manager name in related objects reference docs.
Follow up to 725c549ae7
.
This commit is contained in:
parent
b1821fbad5
commit
2b4b6c8af0
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ Related objects reference
|
|||
blog = models.ForeignKey(Blog, on_delete=models.CASCADE, null=True)
|
||||
|
||||
In the above example, the methods below will be available on
|
||||
the manager ``reporter.article_set``.
|
||||
the manager ``blog.entry_set``.
|
||||
|
||||
* Both sides of a :class:`~django.db.models.ManyToManyField` relation::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue