A QuerySet is iterable, and it executes its database query the first time you iterate ... a QuerySet can be sliced, using Python's array-slicing syntax.
確定! 回上一頁