Refs #8898 -- Documented requirement to use SplitDateTimeField with SplitDateTimeWidget.

This commit is contained in:
Tim Graham 2016-05-07 20:01:15 -04:00
parent b9290b1d49
commit 6b5926978b
1 changed files with 2 additions and 1 deletions

View File

@ -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: