mirror of https://github.com/django/django.git
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:
parent
5003df3659
commit
5a48cb5f61
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue