mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-07 20:54:29 +08:00
committed by
Nikita Sobolev
parent
caa0e60743
commit
b8379d4fe6
@@ -60,6 +60,7 @@ class BaseForm:
|
|||||||
def full_clean(self) -> None: ...
|
def full_clean(self) -> None: ...
|
||||||
def clean(self) -> Dict[str, Any]: ...
|
def clean(self) -> Dict[str, Any]: ...
|
||||||
def has_changed(self) -> bool: ...
|
def has_changed(self) -> bool: ...
|
||||||
|
@property
|
||||||
def changed_data(self) -> List[str]: ...
|
def changed_data(self) -> List[str]: ...
|
||||||
@property
|
@property
|
||||||
def media(self) -> Media: ...
|
def media(self) -> Media: ...
|
||||||
|
|||||||
Reference in New Issue
Block a user