[3.1.x] Refs #32372 -- Updated manager name in related objects reference docs.

Follow up to 725c549ae7.
Backport of 2b4b6c8af0 from master
This commit is contained in:
Jack 2021-01-22 14:18:44 -05:00 committed by Mariusz Felisiak
parent cc5ee23f74
commit 18adc89e50
1 changed files with 1 additions and 1 deletions

View File

@ -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::