Ticket #4851: db-api.diff
File db-api.diff, 392 bytes (added by , 17 years ago) |
---|
-
docs/db-api.txt
405 405 406 406 Entry.objects.all()[:5] 407 407 408 This returns the fifth through tenth objects (``OFFSET 5 LIMIT 5``)::408 This returns the sixth through tenth objects (``OFFSET 5 LIMIT 5``):: 409 409 410 410 Entry.objects.all()[5:10] 411 411