django-extra-field-validation icon indicating copy to clipboard operation
django-extra-field-validation copied to clipboard

Add support for OPTIONAL_TOGGLE_FIELDS to include iterables, i.e match any in iterA and iterB.

Open jackton1 opened this issue 6 years ago • 0 comments

OPTIONAL_TOGGLE_FIELDS = [
   [['a', 'b', 'c'], 'd'],  # Either a or b or c | d  
]

jackton1 avatar Jan 27 '19 20:01 jackton1