Q. What does the objects attribute in Django models provide?
β
Correct Answer: (B)
Query manager
Explanation: objects is the default manager for querying the database.