Sorry for what is probably a simple python question, but if I have a
list of Products and I have searched for 100 of them ordered by x...
then how do I then sort the QuerySet returned by title?
I can't do an .. object_list = products.items().sort('title')
because I have already done a [:100] on the results...
thanks
tom
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---