mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-06 20:24:31 +08:00
BaseForm.prefix may be None (#389)
This commit is contained in:
committed by
GitHub
parent
e05b84e32d
commit
7e0e43135d
@@ -24,7 +24,7 @@ class BaseForm:
|
|||||||
auto_id: Union[bool, str] = ...
|
auto_id: Union[bool, str] = ...
|
||||||
initial: Dict[str, Any] = ...
|
initial: Dict[str, Any] = ...
|
||||||
error_class: Type[ErrorList] = ...
|
error_class: Type[ErrorList] = ...
|
||||||
prefix: str = ...
|
prefix: Optional[str] = ...
|
||||||
label_suffix: str = ...
|
label_suffix: str = ...
|
||||||
empty_permitted: bool = ...
|
empty_permitted: bool = ...
|
||||||
fields: Dict[str, Any] = ...
|
fields: Dict[str, Any] = ...
|
||||||
|
|||||||
Reference in New Issue
Block a user