InterviewSolution
What is the OUTPUT of the following code?>>> from Django IMPORT forms>>> f = forms.CharField()>>> f.clean('')Choose the CORRECT option from below list(1)None(2) (3)True(4)Validation ErrorAnswer:-(4)Validation Error
Your experience on this site will be improved by allowing cookies. Read Cookie Policy