From 8cb8820fbfbf2da4ebcae5f784cea3a0939d5639 Mon Sep 17 00:00:00 2001 From: Clifford Gama Date: Fri, 7 Mar 2025 09:34:40 +0200 Subject: [5.1.x] Fixed pronoun disagreement in docs/ref/models/querysets.txt. Backport of ef6a83789b310a441237a190a493c9586a4cb260 from main. --- docs/ref/models/querysets.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt index e1234d107a..71af4c5882 100644 --- a/docs/ref/models/querysets.txt +++ b/docs/ref/models/querysets.txt @@ -2340,9 +2340,9 @@ whenever a request to a page has a side effect on your data. For more, see # Raises IntegrityError This is happening because it's trying to get or create "Chapter 1" through the - book "Ulysses", but it can't do any of them: the relation can't fetch that - chapter because it isn't related to that book, but it can't create it either - because ``title`` field should be unique. + book "Ulysses", but it can't do either: the relation can't fetch that chapter + because it isn't related to that book, but it can't create it either because + ``title`` field should be unique. ``update_or_create()`` ~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3