summaryrefslogtreecommitdiff
path: root/docs/ref/forms
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/forms')
-rw-r--r--docs/ref/forms/fields.txt6
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``
~~~~~~~~~~~~~~~~