Ticket #5145: docs_newforms_txt.diff
File docs_newforms_txt.diff, 482 bytes (added by , 17 years ago) |
---|
-
docs/newforms.txt
981 981 >>> f.errors 982 982 {'url': [u'This field is required.'], 'name': [u'This field is required.']} 983 983 984 Finally note that for a ``MultiValueField``, you need to pass in the data as one value - unlike the ``data`` array, which needs them as subfields 985 986 984 987 ``widget`` 985 988 ~~~~~~~~~~ 986 989