Removed support for SplitDateTimeWidget with DateTimeField per deprecation timeline.

refs #8898
This commit is contained in:
Tim Graham 2015-01-17 18:49:44 -05:00
parent 2c9e95639e
commit 714277cb4c
3 changed files with 2 additions and 40 deletions

View file

@ -502,12 +502,6 @@ For each field, we describe the default widget used if you don't specify
See also :ref:`format localization <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``
~~~~~~~~~~~~~~~~