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/ref/forms/fields.txt | |
| parent | 1e9e7351f88a59261da6e616934c8283a6e3e565 (diff) | |
Fixed #8898 -- Obsoleted SplitDateTimeWidget usage with DateTimeField
Thanks Tim Graham for the review.
Diffstat (limited to 'docs/ref/forms/fields.txt')
| -rw-r--r-- | docs/ref/forms/fields.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 62273fd38e..42d639e8c7 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -458,6 +458,12 @@ For each field, we describe the default widget used if you don't specify See also :ref:`format localization <format-localization>`. + .. deprecated:: 1.7 + + The ability to use :class:`SplitDateTimeWidget` with ``DateTimeField`` + has been deprecated and will be removed in Django 1.9. Use + :class:`SplitDateTimeField` instead. + ``DecimalField`` ~~~~~~~~~~~~~~~~ |
