diff options
| author | Tim Graham <timograham@gmail.com> | 2015-07-15 09:57:55 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-07-15 09:57:55 -0400 |
| commit | 59c3a140eb41e0f186adf9b57029bd67beb8016a (patch) | |
| tree | 12e054a1fee076167774b85e05f1f4d3fc13ccb9 /docs/ref/forms | |
| parent | f46f1737aa456c1dc377e3f1f4d307d52d8598af (diff) | |
Refs #24219 -- Removed inaccurate sentence after move of SelectDateWidget.
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: |
