mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 00:07:09 +08:00
black reformat, some fixes
This commit is contained in:
@@ -295,7 +295,9 @@ class ModelMultipleChoiceField(ModelChoiceField):
|
||||
default_error_messages: Any = ...
|
||||
def __init__(self, queryset: QuerySet, **kwargs: Any) -> None: ...
|
||||
def to_python(self, value: Union[List[str], Tuple[int, ...]]) -> List[Model]: ...
|
||||
def clean(self, value: Optional[Union[List[Dict[str, str]], List[List[str]], List[Model], Tuple, str]]) -> QuerySet: ...
|
||||
def clean(
|
||||
self, value: Optional[Union[List[Dict[str, str]], List[List[str]], List[Model], Tuple, str]]
|
||||
) -> QuerySet: ...
|
||||
def prepare_value(self, value: Any) -> Optional[Union[List[Dict[str, str]], List[List[str]], int, str]]: ...
|
||||
def has_changed(
|
||||
self, initial: Optional[Union[List[Model], QuerySet, str]], data: Optional[Union[List[int], List[str], str]]
|
||||
|
||||
Reference in New Issue
Block a user