From 0179852d7faf461d55cf3ae69393abb3f3cd2910 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Wed, 4 Dec 2013 20:59:05 +0100 Subject: Fixed #8898 -- Obsoleted SplitDateTimeWidget usage with DateTimeField Thanks Tim Graham for the review. --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 514561e1ff..34e974cea3 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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. -- cgit v1.3