Update test form stub

This commit is contained in:
Trinh Anh Ngoc
2021-11-04 11:26:16 +07:00
parent 48b12f5c55
commit 70c0d248d2

View File

@@ -167,7 +167,7 @@ class Form:
_OPS: Any = ...
def _get_context(self, field: Any): ...
def __setattr__(self, field: Any, value: Any) -> None: ...
def __enter__(self): ...
def __enter__(self) -> Form: ...
def __exit__(self, etype: Any, _evalue: Any, _etb: Any) -> None: ...
def save(self): ...
def _values_to_save(self, all_fields: bool = ...): ...