Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
20
class
PartiallyRequiredField(MultiValueField):
21
def
compress(self, data_list):
22
return
","
.join(data_list)
if
data_list
else
None
23
24
25
class
PartiallyRequiredForm(Form):
Callers
1
PartiallyRequiredForm
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected