Skip to content

Commit

Permalink
[3.0.x] Fixed typo in ref/forms/widgets.txt.
Browse files Browse the repository at this point in the history
Backport of ef1286e from master
  • Loading branch information
felixxm committed Jan 2, 2020
1 parent 8e43271 commit e2b72f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/forms/widgets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ foundation for custom widgets.

By default, returns ``False`` for hidden widgets and ``True``
otherwise. Special cases are :class:`~django.forms.ClearableFileInput`,
which returns ``False`` when ``initial`` is not set, and
which returns ``False`` when ``initial`` is set, and
:class:`~django.forms.CheckboxSelectMultiple`, which always returns
``False`` because browser validation would require all checkboxes to be
checked instead of at least one.
Expand Down

0 comments on commit e2b72f8

Please sign in to comment.