As explained in Limiting QuerySets, a QuerySet can be sliced, using Python's array-slicing syntax. For example: q = QueryDict('name=John&lastname=Smith') ...
確定! 回上一頁