Q. Which of the following methods is used to customize model validation?
β
Correct Answer: (C)
clean()
Explanation: `clean()` is used to customize validation logic in Django models or forms.