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 Apr 24 in JAVA by Robin
+1 vote
asked Mar 22, 2021 in JavaScript by Robindeniel
...