What is the role of annotate() in Django ORM?
It executes raw SQL queries
C)
D)
It modifies model definitions
It resets the database
It computes a value for each object in the queryset
This question is part of this quiz :
Python | Django | Advanced Features