Django | QuerySet API reference | Django documentation

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.


When QuerySets are evaluated

http://canofy.iteye.com/blog/293494

原文地址:https://www.cnblogs.com/lexus/p/2437710.html