fix: typo QueySet -> QuerySet (#656)

Co-authored-by: Benjamin Mollier <benjamin.mollier@meetap.de>
This commit is contained in:
Boemjay
2022-05-07 13:15:26 +02:00
committed by GitHub
parent ade794aa61
commit 3917cce642
5 changed files with 9 additions and 9 deletions

View File

@ -148,7 +148,7 @@ fields and the final `Models` are fetched for you.
them in select_related.
!!!note
All methods that do not return the rows explicitly returns a QueySet instance so
All methods that do not return the rows explicitly returns a QuerySet instance so
you can chain them together
So operations like `filter()`, `select_related()`, `limit()` and `offset()` etc. can be chained.
@ -366,7 +366,7 @@ fields and the final `Models` are fetched for you.
them in select_related.
!!!note
All methods that do not return the rows explicitly returns a QueySet instance so
All methods that do not return the rows explicitly returns a QuerySet instance so
you can chain them together
So operations like `filter()`, `select_related()`, `limit()` and `offset()` etc. can be chained.