To reverse the orderBy clause, you would be better served by doing this: A.select( A.q.members==10, orderBy=-A.q.created )
Include a negative rather than converting the results into a list and reversing the list. Jeff Marshall [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

