• Tai Lee's avatar
    Fixed #15511 -- Allow optional fields on ``MultiValueField` subclasses. · 12806758
    Tai Lee yazdı
    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.
    12806758
Adı
Son kayıt (commit)
Son güncelleme
.tx Loading commit data...
django Loading commit data...
docs Loading commit data...
extras Loading commit data...
scripts Loading commit data...
tests Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.hgignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.rst Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
MANIFEST.in Loading commit data...
README.rst Loading commit data...
setup.cfg Loading commit data...
setup.py Loading commit data...