Q&A
Ask and answer questions to make information more available to wider audiences.
What is a QuerySet in the context of Django?
Answer 1
QuerySet is a collection of SQL queries. The command print(b.query) shows you the SQL query created from the Django filter call.