diff options
Diffstat (limited to 'docs/ref/forms')
| -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`` ~~~~~~~~~~~~~~~~ |
