diff options
| author | Tim Graham <timograham@gmail.com> | 2015-01-17 18:49:44 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-17 18:49:44 -0500 |
| commit | 714277cb4cedd8290101f9c6b3e6382f192ae177 (patch) | |
| tree | cddf512ee6ded05854af9276ab460559bb15af20 /docs/ref | |
| parent | 2c9e95639e5a353f9fe1b81ecd3fdc5e2212781e (diff) | |
Removed support for SplitDateTimeWidget with DateTimeField per deprecation timeline.
refs #8898
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/forms/fields.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index b63826d9b1..eee3f9f9b8 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -502,12 +502,6 @@ 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`` ~~~~~~~~~~~~~~~~ |
