MCPcopy
hub / github.com/django/django / PartiallyRequiredField

Class PartiallyRequiredField

tests/forms_tests/field_tests/test_multivaluefield.py:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20class PartiallyRequiredField(MultiValueField):
21 def compress(self, data_list):
22 return ",".join(data_list) if data_list else None
23
24
25class PartiallyRequiredForm(Form):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected