On Sep 12, 2006, at 3:49 PM, Randall wrote: > > I'd like to add some features to TG's pagination and would like some > feedback. > > The first is SQLAlchemy support. paginate.py uses SQLObject's > SelectResults to order the result set. SA has similar > functionality in > an extension called SelectResults which can be used as a near drop in > replacement.
Yeah,we need this. A few months back, we were trying to reconcile the differences between this paging implementation and that of WebHelpers. I think this is a fine solution for now. Pagination also needs docs so that we can declare it as a feature :) Kevin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

