"Chris Miles" <[EMAIL PROTECTED]> writes: > I am using @paginate happily (with SQLAlchemy, from 1.0-branch) except > for one annoying problem. I cannot see a way to specify the > default_order as reversed.
Prepend a minus signal: 'order' (ascending), '-order' (descending). -- Jorge Godoy <[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?hl=en -~----------~----~----~----~------~----~------~--~---

