Use

Python’s standard list-slicing syntax.

———–

e.g.,

>>>Card.objects.order_by(“name”)[0]

First one only

>>>Card.objects.order_by(“name”)[0:2]

The first two objects will be returned

Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

© 2011 Web Oom Suffusion theme by Sayontan Sinha
Switch to our mobile site
Top Footer