Fixed #8898 -- Obsoleted SplitDateTimeWidget usage with DateTimeField

Thanks Tim Graham for the review.
This commit is contained in:
Claude Paroz 2013-12-04 20:59:05 +01:00
parent 1e9e7351f8
commit 0179852d7f
5 changed files with 33 additions and 8 deletions

View file

@ -458,6 +458,12 @@ 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``
~~~~~~~~~~~~~~~~