Django | QuerySet API reference | Django documentation
QuerySet API reference¶
This document describes the details of the QuerySet API. It builds on the
material presented in the model and database
query guides, so you’ll probably want to read and
understand those documents before reading this one.Throughout this reference we’ll use the example Weblog models presented in the database query guide.