mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-07-21 07:30:34 +08:00
BaseForm.prefix may be None (#389)
This commit is contained in:
@@ -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