WebHelpers 1.3 is released.

There was a performance regression in 1.3b1 (released last week),
which is fixed in this version. A patch that supposedly made Paginate
compatible with Sprox slowed down SQLAlchemy queries by querying for
all records rather than just the current page. Anyone who downloaded
1.3b1 and is using Paginate should upgrade. The reporter's Sprox
collection is incompatible with Paginate because it's unsliceable; I
clarified the error message to say this.

I opened an issue to remove the list-slicing layer and just call the
collection-backend directly, to allow users to provide their own
adapter for third-party collection types. That's not in this version
but it may be in a future version.

-- 
Mike Orr <[email protected]>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en.

Reply via email to