fill part of queryset docstrings

This commit is contained in:
collerek
2021-01-03 17:54:09 +01:00
parent a32a3b9d59
commit e4b4d9451d
10 changed files with 524 additions and 47 deletions

View File

@ -376,7 +376,7 @@ class QuerysetProxy(ormar.QuerySetProtocol):
Actual call delegated to QuerySet.
:param related: list of relation field names, can be linked by '__' to nest
:type related: str
:type related: Union[List, str]
:return: QuerysetProxy
:rtype: QuerysetProxy
"""
@ -399,7 +399,7 @@ class QuerysetProxy(ormar.QuerySetProtocol):
Actual call delegated to QuerySet.
:param related: list of relation field names, can be linked by '__' to nest
:type related: str
:type related: Union[List, str]
:return: QuerysetProxy
:rtype: QuerysetProxy
"""