From 714277cb4cedd8290101f9c6b3e6382f192ae177 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 17 Jan 2015 18:49:44 -0500 Subject: Removed support for SplitDateTimeWidget with DateTimeField per deprecation timeline. refs #8898 --- docs/ref/forms/fields.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs/ref/forms') diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index b63826d9b1..eee3f9f9b8 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -502,12 +502,6 @@ 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