To explain:
Let's suppose we have a command

HistoryList=historys.get_list(id__exact='2',order_by=['-PostedDate'])

that command extracts a few records and from them I would like to use
for further processing all without the first or last record.
How can I do that in Django version 0.91?
Thank you for help
L.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to