diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-01-05 11:20:50 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-01-14 17:50:04 +0100 |
| commit | b7dd89ed5389067cb70294682ffef1ba23d33934 (patch) | |
| tree | 9d1cf97b9fda1ea8798cd543aee9d3f738a931f2 /docs/ref/forms/api.txt | |
| parent | 8774b1144c08f18e23381ffae7084dbc05ebfe37 (diff) | |
Removed versionadded/changed annotations for 3.1.
Diffstat (limited to 'docs/ref/forms/api.txt')
| -rw-r--r-- | docs/ref/forms/api.txt | 2 |
1 files changed, 0 insertions, 2 deletions
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:: |
