From 0179852d7faf461d55cf3ae69393abb3f3cd2910 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Wed, 4 Dec 2013 20:59:05 +0100 Subject: Fixed #8898 -- Obsoleted SplitDateTimeWidget usage with DateTimeField Thanks Tim Graham for the review. --- docs/ref/forms/fields.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/ref/forms') diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 62273fd38e..42d639e8c7 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -458,6 +458,12 @@ For each field, we describe the default widget used if you don't specify See also :ref:`format localization `. + .. deprecated:: 1.7 + + The ability to use :class:`SplitDateTimeWidget` with ``DateTimeField`` + has been deprecated and will be removed in Django 1.9. Use + :class:`SplitDateTimeField` instead. + ``DecimalField`` ~~~~~~~~~~~~~~~~ -- cgit v1.3