mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
[3.0.x] Fixed typo in ref/forms/widgets.txt.
Backport of ef1286e3e3
from master
This commit is contained in:
parent
8e432718b8
commit
e2b72f85c2
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue