Q. Which field is best for storing long text in Django?
β
Correct Answer: (B)
TextField
Explanation: TextField is used for storing large text data in Django models.