In SQL terms, a QuerySet equates to a SELECT statement, and a filter is a limiting clause such as WHERE or LIMIT . You get a QuerySet by using your model's ...
確定! 回上一頁