diff --git a/django-stubs/forms/fields.pyi b/django-stubs/forms/fields.pyi index 704c6939e..da6b535cd 100644 --- a/django-stubs/forms/fields.pyi +++ b/django-stubs/forms/fields.pyi @@ -378,6 +378,10 @@ class SlugField(CharField): def __init__( self, allow_unicode: bool = ..., + max_length: Optional[Any] = ..., + min_length: Optional[Any] = ..., + strip: bool = ..., + empty_value: Optional[str] = ..., required: bool = ..., widget: Optional[Union[Widget, Type[Widget]]] = ..., label: Optional[Any] = ...,