Ticket #17433: fieldoutput.patch

File fieldoutput.patch, 415 bytes (added by dpifke, 13 years ago)

Documentation patch to add versionadded

  • testing.txt

    old new  
    15231523
    15241524.. method:: assertFieldOutput(self, fieldclass, valid, invalid, field_args=None, field_kwargs=None, empty_value=u'')
    15251525
     1526    .. versionadded:: 1.4
     1527
    15261528    Asserts that a form field behaves correctly with various inputs.
    15271529
    15281530    :param fieldclass: the class of the field to be tested.
Back to Top