We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78fdbed commit c8c71c4Copy full SHA for c8c71c4
tests/test_app/forms/forms.py
@@ -44,11 +44,6 @@ class BasicForm(forms.Form):
44
model_multiple_choice_field = forms.ModelMultipleChoiceField(
45
label="model multiple choice field", initial="1", queryset=models.TodoItem.objects.all()
46
)
47
- # Currently unsupported fields
48
- # multi_value_field = MultiValueField(label="multi value", initial="example@gmail.com")
49
- # split_datetime_field = forms.SplitDateTimeField(label="split datetime")
50
- # file_field = forms.FileField(label="file")
51
- # image_field = forms.ImageField(label="image")
52
53
54
class DatabaseBackedForm(forms.ModelForm):
0 commit comments