mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +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
|
@ -215,6 +215,9 @@ these changes.
|
|||
|
||||
* ``django.forms.get_declared_fields`` will be removed.
|
||||
|
||||
* The ability to use a ``SplitDateTimeWidget`` with ``DateTimeField`` will be
|
||||
removed.
|
||||
|
||||
* The ``WSGIRequest.REQUEST`` property will be removed.
|
||||
|
||||
* The class ``django.utils.datastructures.MergeDict`` will be removed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue