mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #8898 -- Obsoleted SplitDateTimeWidget usage with DateTimeField
Thanks Tim Graham for the review.
This commit is contained in:
@@ -1063,3 +1063,10 @@ the arguments may have been evaluated at query time.
|
||||
|
||||
The ``ADMIN_FOR`` feature, part of the admindocs, has been removed. You can
|
||||
remove the setting from your configuration at your convenience.
|
||||
|
||||
``SplitDateTimeWidget`` with ``DateTimeField``
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
``SplitDateTimeWidget`` support in :class:`~django.forms.DateTimeField` is
|
||||
deprecated, use ``SplitDateTimeWidget`` with
|
||||
:class:`~django.forms.SplitDateTimeField` instead.
|
||||
|
||||
Reference in New Issue
Block a user