Add allow_empty
flag to ListField. · Issue #2250 · encode/django-rest-framework (original) (raw)
Possible that it might be useful to have an allow_empty
flag that could be set to False
to disallow empty selections.
Would be for ListField
, ListSerializer
, MultipleChoiceField
and relations
Eg see. #2804.