From 51c8045145b29fed604f716d4d17958aa803b5ea Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 24 Mar 2014 11:42:56 -0400 Subject: Removed versionadded/changed annotations for 1.6. --- docs/ref/forms/api.txt | 25 +++++++------------------ docs/ref/forms/fields.txt | 15 +++++---------- docs/ref/forms/formsets.txt | 4 ---- docs/ref/forms/models.txt | 10 ---------- docs/ref/forms/validation.txt | 2 -- docs/ref/forms/widgets.txt | 18 ++++-------------- 6 files changed, 16 insertions(+), 58 deletions(-) (limited to 'docs/ref/forms') diff --git a/docs/ref/forms/api.txt b/docs/ref/forms/api.txt index 53e47ed0c2..f2136b202d 100644 --- a/docs/ref/forms/api.txt +++ b/docs/ref/forms/api.txt @@ -623,10 +623,6 @@ By default, ``auto_id`` is set to the string ``'id_%s'``. A translatable string (defaults to a colon (``:``) in English) that will be appended after any label name when a form is rendered. -.. versionchanged:: 1.6 - - The default ``label_suffix`` is translatable. - It's possible to customize that character, or omit it entirely, using the ``label_suffix`` parameter:: @@ -647,8 +643,6 @@ Note that the label suffix is added only if the last character of the label isn't a punctuation character (in English, those are ``.``, ``!``, ``?`` or ``:``). -.. versionadded:: 1.6 - You can also customize the ``label_suffix`` on a per-field basis using the ``label_suffix`` parameter to :meth:`~django.forms.BoundField.label_tag`. @@ -795,18 +789,13 @@ Optionally, you can provide the ``contents`` parameter which will replace the auto-generated label tag. An optional ``attrs`` dictionary may contain additional attributes for the ``