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
This commit is contained in:
Ramiro Morales 2011-12-19 11:53:16 +00:00
parent 5003df3659
commit 5a48cb5f61
1 changed files with 2 additions and 0 deletions

View File

@ -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.