summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2011-12-19 11:53:16 +0000
committerRamiro Morales <cramm0@gmail.com>2011-12-19 11:53:16 +0000
commit5a48cb5f61b2670b53f378bb704fa819f7e38111 (patch)
treeab3226e1c01c312cea098af52482d04a4a1cf837 /docs
parent5003df3659f8f6d32f60bab8c409a1159cc956a1 (diff)
Added note about assertFieldOutput being new in 1.4.
Thanks dpifke for report and patch. Fixes #17433 git-svn-id: http://code.djangoproject.com/svn/django/trunk@17230 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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.