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

@ -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.