You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix broken link
Uses relative links instead of hardcoded URLs.
* remove inheritance doc from the Document docstring
* remove inheritance doc from the query classes
---------
Co-authored-by: Roman <[email protected]>
:param **pymongo_kwargs: pymongo native parameters for find operation (if Document class contains links, this parameter must fit the respective parameter of the aggregate MongoDB function)
:param skip: Optional[int] - The number of documents to omit.
@@ -175,7 +175,7 @@ def find_many( # type: ignore
175
175
:param ignore_cache: bool
176
176
:param lazy_parse: bool
177
177
:param **pymongo_kwargs: pymongo native parameters for find operation (if Document class contains links, this parameter must fit the respective parameter of the aggregate MongoDB function)
:param **pymongo_kwargs: pymongo native parameters for find operation (if Document class contains links, this parameter must fit the respective parameter of the aggregate MongoDB function)
0 commit comments