summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/testing.txt2
1 files changed, 2 insertions, 0 deletions
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.