MCPcopy
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

Calls 2

CharFieldClass · 0.90
FileFieldClass · 0.90

Tested by 1