Q. What does the `on_delete=models.CASCADE` option do?
β
Correct Answer: (C)
Deletes current object if related is deleted
Explanation: `CASCADE` deletes the dependent model when the related model is deleted.