0 votes
in Django by

What is the output of the following code?

>>>from Django import forms

>>> f = forms.CharField(required=False)

>>> f.clean(”)

a) Validation Error

b) None

c) ’’

d) True

1 Answer

0 votes
by
d) True

Related questions

0 votes
asked Mar 23, 2021 in JavaScript by sharadyadav1986
0 votes
asked Jun 26, 2022 in Django by john ganales
...