Skip to content

Commit 2b4b6c8

Browse files
authored
Refs #32372 -- Updated manager name in related objects reference docs.
Follow up to 725c549.
1 parent b1821fb commit 2b4b6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ref/models/relations.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Related objects reference
2222
blog = models.ForeignKey(Blog, on_delete=models.CASCADE, null=True)
2323

2424
In the above example, the methods below will be available on
25-
the manager ``reporter.article_set``.
25+
the manager ``blog.entry_set``.
2626

2727
* Both sides of a :class:`~django.db.models.ManyToManyField` relation::
2828

0 commit comments

Comments
 (0)