diff options
Diffstat (limited to 'docs/ref/forms')
| -rw-r--r-- | docs/ref/forms/widgets.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt index 3f7e8285a6..ab7679bf34 100644 --- a/docs/ref/forms/widgets.txt +++ b/docs/ref/forms/widgets.txt @@ -775,8 +775,7 @@ Composite widgets .. class:: SelectDateWidget Wrapper around three :class:`~django.forms.Select` widgets: one each for - month, day, and year. Note that this widget lives in a separate file from - the standard widgets. + month, day, and year. Takes several optional arguments: |
