diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-12-04 20:59:05 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-01-11 15:50:34 +0100 |
| commit | 0179852d7faf461d55cf3ae69393abb3f3cd2910 (patch) | |
| tree | 918af143a73da8e7ef8d6d46e077174410cde59e /docs/internals | |
| parent | 1e9e7351f88a59261da6e616934c8283a6e3e565 (diff) | |
Fixed #8898 -- Obsoleted SplitDateTimeWidget usage with DateTimeField
Thanks Tim Graham for the review.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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. |
