mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-07 07:31:55 +08:00
Bump peewee to 3.17.8 (#13014)
This commit is contained in:
@@ -1674,7 +1674,9 @@ class Model(metaclass=ModelBase):
|
||||
def is_dirty(self) -> bool: ...
|
||||
@property
|
||||
def dirty_fields(self): ...
|
||||
def dependencies(self, search_nullable: bool = ...) -> Generator[Incomplete, None, None]: ...
|
||||
def dependencies(
|
||||
self, search_nullable: bool = True, exclude_null_children: bool = False
|
||||
) -> Generator[Incomplete, None, None]: ...
|
||||
def delete_instance(self, recursive: bool = ..., delete_nullable: bool = ...): ...
|
||||
def __hash__(self) -> int: ...
|
||||
def __eq__(self, other) -> Expression | bool: ... # type: ignore[override]
|
||||
|
||||
Reference in New Issue
Block a user