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/fields.txt | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'docs/ref/forms/fields.txt') diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 4b092f4b4f..10547a1664 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -481,11 +481,8 @@ For each field, we describe the default widget used if you don't specify The ``max_value`` and ``min_value`` error messages may contain ``%(limit_value)s``, which will be substituted by the appropriate limit. - - .. versionchanged:: 1.6 - - Similarly, the ``max_digits``, ``max_decimal_places`` and - ``max_whole_digits`` error messages may contain ``%(max)s``. + Similarly, the ``max_digits``, ``max_decimal_places`` and + ``max_whole_digits`` error messages may contain ``%(max)s``. Takes four optional arguments: @@ -1105,11 +1102,9 @@ objects (in the case of ``ModelMultipleChoiceField``) into the * Error message keys: ``required``, ``list``, ``invalid_choice``, ``invalid_pk_value`` - .. versionchanged:: 1.6 - - The ``invalid_choice`` message may contain ``%(value)s`` and the - ``invalid_pk_value`` message may contain ``%(pk)s``, which will be - substituted by the appropriate values. + The ``invalid_choice`` message may contain ``%(value)s`` and the + ``invalid_pk_value`` message may contain ``%(pk)s``, which will be + substituted by the appropriate values. Allows the selection of one or more model objects, suitable for representing a many-to-many relation. As with :class:`ModelChoiceField`, -- cgit v1.3