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:01:15 -0400 |
| commit | 6b5926978bfbaebc6e3b96bb2c8e5bc8302ac6b0 (patch) | |
| tree | 74633621708954199921c6f2957f0fff38f584eb | |
| parent | b9290b1d49538c1092b59c41e6046b11c25ecafb (diff) | |
Refs #8898 -- Documented requirement to use SplitDateTimeField with SplitDateTimeWidget.
| -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 0bdce71f87..88ac06903c 100644 --- a/docs/ref/forms/widgets.txt +++ b/docs/ref/forms/widgets.txt @@ -771,7 +771,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: |
