diff --git a/django-stubs/forms/boundfield.pyi b/django-stubs/forms/boundfield.pyi index 6297b26..33e3596 100644 --- a/django-stubs/forms/boundfield.pyi +++ b/django-stubs/forms/boundfield.pyi @@ -47,6 +47,8 @@ class BoundField: def build_widget_attrs( self, attrs: Dict[str, str], widget: Optional[Widget] = ... ) -> Dict[str, Union[bool, str]]: ... + @property + def widget_type(self) -> str: ... class BoundWidget: parent_widget: Widget = ...