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

@ -149,6 +149,7 @@ assert len(tracks) == 1
* `create(**kwargs): -> Model`
* `get(**kwargs): -> Model`
* `get_or_create(**kwargs) -> Model`
* `first(): -> Model`
* `update(each: bool = False, **kwargs) -> int`
* `update_or_create(**kwargs) -> Model`
* `bulk_create(objects: List[Model]) -> None`