Q&A
Ask and answer questions to make information more available to wider audiences.
Leonel Battle @battleleonel   04, May 2023 12:00 AM
QuerySet
What is a QuerySet in the context of Django?
answers 1
 
Answer 1
Ramon Blythe @blytheramon   05, May 2023 07:50 PM
QuerySet is a collection of SQL queries. The command print(b.query) shows you the SQL query created from the Django filter call.