From b7dd89ed5389067cb70294682ffef1ba23d33934 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 5 Jan 2021 11:20:50 +0100 Subject: Removed versionadded/changed annotations for 3.1. --- docs/ref/forms/api.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/ref/forms/api.txt') diff --git a/docs/ref/forms/api.txt b/docs/ref/forms/api.txt index 8bf8f3c9c1..5df969232a 100644 --- a/docs/ref/forms/api.txt +++ b/docs/ref/forms/api.txt @@ -974,8 +974,6 @@ Attributes of ``BoundField`` .. attribute:: BoundField.widget_type - .. versionadded:: 3.1 - Returns the lowercased class name of the wrapped field's widget, with any trailing ``input`` or ``widget`` removed. This may be used when building forms where the layout is dependent upon the widget type. For example:: -- cgit v1.3