Q. What is the correct way to create a reverse relation in a Django model?
β
Correct Answer: (A)
related_name
Explanation: `related_name` is used to specify the reverse relation name.