- Improves the performance of the unique hstore keys utility function. [href]
- Improves the performance of pagination collections by speeding up the count. [href]
0.30.0
~~~~~~~~~~~~~~~~~~~
- Adds a convenient and safe way to define return-to url parameters. [href]
- Fixes request.url not having the same semantics as webob.request.url. [href]
- Adds the ability to query form class associated with a model. [href]
0.29.3
~~~~~~~~~~~~~~~~~~~
- Gets SQLAlchemy-Utils' aggregates decorator to work with the session manager. [href]
0.29.2
~~~~~~~~~~~~~~~~~~~
- Forms handled through the form directive may now define a `on_request` method, which is called after the request has been bound to the form and before the view is handled. [href]
- Adds an utility function to remove repeated spaces. [href]
0.29.1
~~~~~~~~~~~~~~~~~~~
- Adds compatibility with Morepath 0.16. [href]
0.29.0
~~~~~~~~~~~~~~~~~~~
- Introduces a generic collection meant to share common functionalty. [href]