Correct spelling mistakes (#1163)
Co-authored-by: collerek <collerek@gmail.com>
This commit is contained in:
@ -115,7 +115,7 @@ tracks = await Track.objects.offset(1).limit(1).all()
|
||||
|
||||
`get(**kwargs) -> Model`
|
||||
|
||||
Get's the first row from the db meeting the criteria set by kwargs.
|
||||
Gets the first row from the db meeting the criteria set by kwargs.
|
||||
|
||||
If no criteria is set it will return the last row in db sorted by pk.
|
||||
(The criteria cannot be set also with filter/exclude).
|
||||
@ -166,4 +166,4 @@ objects from other side of the relation.
|
||||
!!!tip
|
||||
To read more about `QuerysetProxy` visit [querysetproxy][querysetproxy] section
|
||||
|
||||
[querysetproxy]: ../relations/queryset-proxy.md
|
||||
[querysetproxy]: ../relations/queryset-proxy.md
|
||||
|
||||
Reference in New Issue
Block a user