Q. Which Django field is used to store large text?
β
Correct Answer: (C)
TextField
Explanation: TextField is used to store large text data in a model.