mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-17 17:35:59 +08:00
fix ci
This commit is contained in:
@@ -64,7 +64,7 @@ class Field(RegisterLookupMixin):
|
||||
def to_python(self, value: Any) -> Any: ...
|
||||
|
||||
class IntegerField(Field):
|
||||
def __set__(self, instance, value: Union[int, Combinable, Literal['']]) -> None: ...
|
||||
def __set__(self, instance, value: Union[int, Combinable, Literal[""]]) -> None: ...
|
||||
def __get__(self, instance, owner) -> int: ...
|
||||
|
||||
class PositiveIntegerRelDbTypeMixin:
|
||||
|
||||
Reference in New Issue
Block a user