diff --git a/docs/topics/testing.txt b/docs/topics/testing.txt index 23963657d6..d6f54ad691 100644 --- a/docs/topics/testing.txt +++ b/docs/topics/testing.txt @@ -1523,6 +1523,8 @@ your test suite. .. method:: assertFieldOutput(self, fieldclass, valid, invalid, field_args=None, field_kwargs=None, empty_value=u'') + .. versionadded:: 1.4 + Asserts that a form field behaves correctly with various inputs. :param fieldclass: the class of the field to be tested.