mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-06 12:14:28 +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] = ...
|
||||
initial: Dict[str, Any] = ...
|
||||
error_class: Type[ErrorList] = ...
|
||||
prefix: str = ...
|
||||
prefix: Optional[str] = ...
|
||||
label_suffix: str = ...
|
||||
empty_permitted: bool = ...
|
||||
fields: Dict[str, Any] = ...
|
||||
|
||||
Reference in New Issue
Block a user