Skip to content

Commit

Permalink
BaseForm.visible_fields: Returns a list of BoundFields
Browse files Browse the repository at this point in the history
  • Loading branch information
noelleleigh committed Jan 3, 2024
1 parent 7a83611 commit 52c93fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django-stubs/forms/forms.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class BaseForm:
def media(self) -> Media: ...
def is_multipart(self) -> bool: ...
def hidden_fields(self) -> list[BoundField]: ...
def visible_fields(self) -> Any: ...
def visible_fields(self) -> list[BoundField]: ...
def get_initial_for_field(self, field: Field, field_name: str) -> Any: ...
def _html_output(
self,
Expand Down

0 comments on commit 52c93fa

Please sign in to comment.