mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-05-18 06:19:47 +08:00
split error suppression for tests typechecking, fix ci, bunch of fixes
This commit is contained in:
@@ -34,6 +34,9 @@ from .widgets import (
|
||||
SelectMultiple as SelectMultiple,
|
||||
TimeInput as TimeInput,
|
||||
URLInput as URLInput,
|
||||
SelectDateWidget as SelectDateWidget,
|
||||
SplitHiddenDateTimeWidget as SplitHiddenDateTimeWidget,
|
||||
SplitDateTimeWidget as SplitDateTimeWidget,
|
||||
)
|
||||
|
||||
from .fields import (
|
||||
|
||||
@@ -159,6 +159,7 @@ class SelectMultiple(Select):
|
||||
allow_multiple_selected: bool = ...
|
||||
|
||||
class RadioSelect(ChoiceWidget):
|
||||
can_add_related: bool
|
||||
option_template_name: str = ...
|
||||
|
||||
class CheckboxSelectMultiple(ChoiceWidget):
|
||||
|
||||
Reference in New Issue
Block a user