Skip to content

Commit

Permalink
Add property to forms.changed_data fixes #148 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredlockhart authored and sobolevn committed Aug 30, 2019
1 parent caa0e60 commit b8379d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django-stubs/forms/forms.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -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: ...
Expand Down

0 comments on commit b8379d4

Please sign in to comment.