mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
[3.1.x] Changed docs and a code comment to use gender-neutral pronouns.
Follow up toe1b7723817
. Backport of477c800443
from master.
This commit is contained in:
parent
eba8d6f5d7
commit
1f6e7fb4ab
7 changed files with 7 additions and 7 deletions
|
@ -185,7 +185,7 @@ Queries can go round in circles::
|
|||
>>> Reporter.objects.filter(article__reporter=r).distinct()
|
||||
<QuerySet [<Reporter: John Smith>]>
|
||||
|
||||
If you delete a reporter, his articles will be deleted (assuming that the
|
||||
If you delete a reporter, their articles will be deleted (assuming that the
|
||||
ForeignKey was defined with :attr:`django.db.models.ForeignKey.on_delete` set to
|
||||
``CASCADE``, which is the default)::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue