MCQs > IT & Programming > Django > Correct way to allow empty value in CharField?

Django MCQs

Which is the correct way to allow empty value in CharField?

Answer

Correct Answer: models.CharField(max_length=10, blank=True, null=True)

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Django Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Django Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it