mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-21 09:08:28 +08:00
improved version
This commit is contained in:
@@ -41,4 +41,4 @@ class UpdateQuery:
|
||||
def add_update_values(self, values: Dict[str, Any]) -> None: ...
|
||||
def clone(self) -> UpdateQuery: ...
|
||||
def get_related_updates(self) -> List[UpdateQuery]: ...
|
||||
def update_batch(self, pk_list: List[int], values: Dict[str, Union[None, int]], using: str) -> None: ...
|
||||
def update_batch(self, pk_list: List[int], values: Dict[str, Optional[int]], using: str) -> None: ...
|
||||
Reference in New Issue
Block a user