mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 08:17:08 +08:00
fixes for FormMixin's get_form/get_form_class
This commit is contained in:
@@ -44,7 +44,6 @@ class UserCreationForm(forms.ModelForm):
|
||||
password2: Any = ...
|
||||
def __init__(self, *args: Any, **kwargs: Any) -> None: ...
|
||||
def clean_password2(self) -> str: ...
|
||||
def save(self, commit: bool = ...) -> User: ...
|
||||
|
||||
class UserChangeForm(forms.ModelForm):
|
||||
auto_id: str
|
||||
|
||||
Reference in New Issue
Block a user