0 votes
in Django by
What is the output of the following code?

>>> from Django import forms

>>> f = forms.CharField()

>>> f.clean(”)

a) True

b) ’’

c) None

d) Validation Error

1 Answer

0 votes
by
d) Validation Error

Related questions

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