mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-20 10:51:16 +08:00
enable bunch of folders
This commit is contained in:
@@ -15,6 +15,25 @@ from .widgets import (
|
||||
Select as Select,
|
||||
CheckboxInput as CheckboxInput,
|
||||
CheckboxSelectMultiple as CheckboxSelectMultiple,
|
||||
Media as Media,
|
||||
MultiWidget as MultiWidget,
|
||||
TextInput as TextInput,
|
||||
Textarea as Textarea,
|
||||
Input as Input,
|
||||
ClearableFileInput as ClearableFileInput,
|
||||
DateInput as DateInput,
|
||||
DateTimeBaseInput as DateTimeBaseInput,
|
||||
DateTimeInput as DateTimeInput,
|
||||
EmailInput as EmailInput,
|
||||
FileInput as FileInput,
|
||||
HiddenInput as HiddenInput,
|
||||
MultipleHiddenInput as MultipleHiddenInput,
|
||||
NullBooleanSelect as NullBooleanSelect,
|
||||
PasswordInput as PasswordInput,
|
||||
RadioSelect as RadioSelect,
|
||||
SelectMultiple as SelectMultiple,
|
||||
TimeInput as TimeInput,
|
||||
URLInput as URLInput,
|
||||
)
|
||||
|
||||
from .fields import (
|
||||
@@ -26,4 +45,23 @@ from .fields import (
|
||||
ImageField as ImageField,
|
||||
DateTimeField as DateTimeField,
|
||||
DateField as DateField,
|
||||
BooleanField as BooleanField,
|
||||
EmailField as EmailField,
|
||||
FloatField as FloatField,
|
||||
MultiValueField as MultiValueField,
|
||||
MultipleChoiceField as MultipleChoiceField,
|
||||
NullBooleanField as NullBooleanField,
|
||||
SplitDateTimeField as SplitDateTimeField,
|
||||
TimeField as TimeField,
|
||||
IntegerField as IntegerField,
|
||||
FilePathField as FilePathField,
|
||||
DecimalField as DecimalField,
|
||||
UUIDField as UUIDField,
|
||||
URLField as URLField,
|
||||
ComboField as ComboField,
|
||||
GenericIPAddressField as GenericIPAddressField,
|
||||
RegexField as RegexField,
|
||||
SlugField as SlugField,
|
||||
TypedChoiceField as TypedChoiceField,
|
||||
TypedMultipleChoiceField as TypedMultipleChoiceField,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user