diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-01-02 07:46:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-02 07:46:29 +0100 |
| commit | ef1286e3e3e2ea1a854b0169da2cefed0241903e (patch) | |
| tree | 91b130fe67c8d0e4047227cbfe993f8f7d38b097 /docs/ref | |
| parent | 9762617a03f2bff93384604799572e4fdf4b00b4 (diff) | |
Fixed typo in ref/forms/widgets.txt.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/forms/widgets.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt index 887b97c82b..a9c442289c 100644 --- a/docs/ref/forms/widgets.txt +++ b/docs/ref/forms/widgets.txt @@ -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. |
