mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #8898 -- Obsoleted SplitDateTimeWidget usage with DateTimeField
Thanks Tim Graham for the review.
This commit is contained in:
parent
1e9e7351f8
commit
0179852d7f
5 changed files with 33 additions and 8 deletions
|
@ -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``
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue