mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Removed support for SplitDateTimeWidget with DateTimeField per deprecation timeline.
refs #8898
This commit is contained in:
parent
2c9e95639e
commit
714277cb4c
3 changed files with 2 additions and 40 deletions
|
@ -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``
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue