Q. Which field should be used to store large text in Django?
β
Correct Answer: (B)
TextField
Explanation: `TextField` is used to store long blocks of text.