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