From 54848a96dd4a196e81f3d71c61caf84ea8b49f4e Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 12 Sep 2015 16:27:30 -0400 Subject: Removed versionadded/changed annotations for 1.8. --- docs/ref/forms/fields.txt | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'docs/ref/forms/fields.txt') diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 72ce98d345..dcb506a67a 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -124,8 +124,6 @@ We've specified ``auto_id=False`` to simplify the output:: .. attribute:: Field.label_suffix -.. versionadded:: 1.8 - The ``label_suffix`` argument lets you override the form's :attr:`~django.forms.Form.label_suffix` on a per-field basis:: @@ -319,10 +317,6 @@ Checking if the field data has changed .. method:: Field.has_changed() -.. versionchanged:: 1.8 - - This method was renamed from ``_has_changed()``. - The ``has_changed()`` method is used to determine if the field value has changed from the initial value. Returns ``True`` or ``False``. @@ -412,10 +406,6 @@ For each field, we describe the default widget used if you don't specify choices ` for more details. If the argument is a callable, it is evaluated each time the field's form is initialized. - .. versionchanged:: 1.8 - - The ability to pass a callable to ``choices`` was added. - ``TypedChoiceField`` ~~~~~~~~~~~~~~~~~~~~ @@ -561,8 +551,6 @@ For each field, we describe the default widget used if you don't specify ``DurationField`` ~~~~~~~~~~~~~~~~~ -.. versionadded:: 1.8 - .. class:: DurationField(**kwargs) * Default widget: :class:`TextInput` @@ -708,11 +696,6 @@ For each field, we describe the default widget used if you don't specify ``UploadedFile.content_type`` will be updated with the image's content type if Pillow can determine it, otherwise it will be set to ``None``. - .. versionchanged:: 1.8 - - The ``image`` and ``content_type`` attributes described in the last - paragraph were added. - .. _Pillow: http://pillow.readthedocs.org/en/latest/ .. _Image: https://pillow.readthedocs.org/en/latest/reference/Image.html @@ -922,8 +905,6 @@ For each field, we describe the default widget used if you don't specify ``UUIDField`` ~~~~~~~~~~~~~ -.. versionadded:: 1.8 - .. class:: UUIDField(**kwargs) * Default widget: :class:`TextInput` -- cgit v1.3