1280675834
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. |
||
---|---|---|
.. | ||
extras | ||
__init__.py | ||
fields.py | ||
forms.py | ||
formsets.py | ||
models.py | ||
util.py | ||
widgets.py |