django-extra-field-validation
django-extra-field-validation copied to clipboard
Add support for OPTIONAL_TOGGLE_FIELDS to include iterables, i.e match any in iterA and iterB.
OPTIONAL_TOGGLE_FIELDS = [
[['a', 'b', 'c'], 'd'], # Either a or b or c | d
]