django/docs/ref/forms
Tai Lee 1280675834 Fixed #15511 -- Allow optional fields on ``MultiValueField` subclasses.
The `MultiValueField` class gets a new ``require_all_fields`` argument that
defaults to ``True``. If set to ``False``, individual fields can be made
optional, and a new ``incomplete`` validation error will be raised if any
required fields have empty values.

The ``incomplete`` error message can be defined on a `MultiValueField`
subclass or on each individual field. Skip duplicate errors.
2013-08-06 08:50:47 -04:00
..
api.txt Fixed #20805 -- Removed an extra colon beside checkboxes in the admin. 2013-07-26 14:45:38 -04:00
fields.txt Fixed #15511 -- Allow optional fields on ``MultiValueField` subclasses. 2013-08-06 08:50:47 -04:00
formsets.txt Fixed #20084 -- Provided option to validate formset max_num on server. 2013-03-21 01:27:24 -07:00
index.txt Fixed #20084 -- Provided option to validate formset max_num on server. 2013-03-21 01:27:24 -07:00
models.txt Fixed #12346 -- Added a note on how to validate InlineFormSets. 2013-07-08 08:29:28 -04:00
validation.txt Fixed #20823 -- Typo in docs/ref/forms/validation.txt 2013-07-29 18:41:08 -04:00
widgets.txt Misc doc cleanups. 2013-07-29 06:57:33 -04:00