From 7543ab1f8dcb20dbbdf6a41eace95fc47c8dcaa3 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 17 May 2018 10:16:32 -0400 Subject: Removed versionadded/changed annotations for 2.0. --- docs/ref/forms/api.txt | 2 -- docs/ref/forms/widgets.txt | 2 -- 2 files changed, 4 deletions(-) (limited to 'docs/ref/forms') diff --git a/docs/ref/forms/api.txt b/docs/ref/forms/api.txt index bafa688f98..3b0db3a79a 100644 --- a/docs/ref/forms/api.txt +++ b/docs/ref/forms/api.txt @@ -167,8 +167,6 @@ directly in HTML. .. method:: Form.errors.get_json_data(escape_html=False) -.. versionadded:: 2.0 - Returns the errors as a dictionary suitable for serializing to JSON. :meth:`Form.errors.as_json()` returns serialized JSON, while this returns the error data before it's serialized. diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt index 4475273137..40f9e52f65 100644 --- a/docs/ref/forms/widgets.txt +++ b/docs/ref/forms/widgets.txt @@ -878,8 +878,6 @@ Composite widgets .. attribute:: SplitDateTimeWidget.date_attrs .. attribute:: SplitDateTimeWidget.time_attrs - .. versionadded:: 2.0 - Similar to :attr:`Widget.attrs`. A dictionary containing HTML attributes to be set on the rendered :class:`DateInput` and :class:`TimeInput` widgets, respectively. If these attributes aren't -- cgit v1.3