We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1821fb commit 2b4b6c8Copy full SHA for 2b4b6c8
docs/ref/models/relations.txt
@@ -22,7 +22,7 @@ Related objects reference
22
blog = models.ForeignKey(Blog, on_delete=models.CASCADE, null=True)
23
24
In the above example, the methods below will be available on
25
- the manager ``reporter.article_set``.
+ the manager ``blog.entry_set``.
26
27
* Both sides of a :class:`~django.db.models.ManyToManyField` relation::
28
0 commit comments