Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ FormWithFile
Class
FormWithFile
tests/forms_tests/tests/test_forms.py:4743–4745 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4741
username = CharField()
4742
4743
class
FormWithFile(Form):
4744
username = CharField()
4745
file = FileField()
4746
4747
class
FormWithImage(Form):
4748
image = ImageField()
Callers
1
test_multipart_encoded_form
Method · 0.85
Calls
2
CharField
Class · 0.90
FileField
Class · 0.90
Tested by
1
test_multipart_encoded_form
Method · 0.68