diff options
| author | Tim Graham <timograham@gmail.com> | 2016-05-07 20:01:15 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-05-07 20:02:23 -0400 |
| commit | 86b346435a6735484c23fc9c798cf5243cbf8124 (patch) | |
| tree | 0e35fa03d409b968ff23c2c4845998746e071eb8 | |
| parent | d2dc1886529b869a2f4b7b26b1a0d8794f80a8bb (diff) | |
[1.9.x] Refs #8898 -- Documented requirement to use SplitDateTimeField with SplitDateTimeWidget.
Backport of 6b5926978bfbaebc6e3b96bb2c8e5bc8302ac6b0 from master
| -rw-r--r-- | docs/ref/forms/widgets.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt index ba4c1becf9..5636e5a8ba 100644 --- a/docs/ref/forms/widgets.txt +++ b/docs/ref/forms/widgets.txt @@ -762,7 +762,8 @@ Composite widgets .. class:: SplitDateTimeWidget Wrapper (using :class:`MultiWidget`) around two widgets: :class:`DateInput` - for the date, and :class:`TimeInput` for the time. + for the date, and :class:`TimeInput` for the time. Must be used with + :class:`SplitDateTimeField` rather than :class:`DateTimeField`. ``SplitDateTimeWidget`` has two optional attributes: |
