diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-12-26 21:47:29 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-12-29 21:59:08 +0100 |
| commit | 7ee7599ab389129c539f62b8295fcf1128defa13 (patch) | |
| tree | b0cfe4a76fd13db4b1e27a1dd8053739014f015d /docs/ref/forms | |
| parent | ef017a5f00d9e84059e00e8fea123be51b293f75 (diff) | |
Removed versionadded/changed annotations dating back to 1.4.
Diffstat (limited to 'docs/ref/forms')
| -rw-r--r-- | docs/ref/forms/fields.txt | 2 | ||||
| -rw-r--r-- | docs/ref/forms/widgets.txt | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 5d8e902609..28b7e49d2d 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -654,8 +654,6 @@ For each field, we describe the default widget used if you don't specify ``GenericIPAddressField`` ~~~~~~~~~~~~~~~~~~~~~~~~~ -.. versionadded:: 1.4 - .. class:: GenericIPAddressField(**kwargs) A field containing either an IPv4 or an IPv6 address. diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt index 0660329eea..d8d9c9b770 100644 --- a/docs/ref/forms/widgets.txt +++ b/docs/ref/forms/widgets.txt @@ -542,8 +542,6 @@ Selector and checkbox widgets ... </ul> - .. versionadded:: 1.4 - For more granular control over the generated markup, you can loop over the radio buttons in the template. Assuming a form ``myform`` with a field ``beatles`` that uses a ``RadioSelect`` as its widget: |
