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: