- Merges multiple translations into one for faster lookups. [href]
0.6.0
~~~~~~~~~~~~~~~~~~~
- Allows more than one translation directory to be set by the application. This enables us to use translations defined in packages outside the app. For example, onegov.form now keeps its own translations. Onegov.town and onegov.election_day simply point to onegov.form's translations to have them included. [href]
0.5.1
~~~~~~~~~~~~~~~~~~~
- Adds an utility function to check if an object is iterable but not a string. [href]
0.5.0
~~~~~~~~~~~~~~~~~~~
- E-Mails containing unicode are now sent properly. [href]
- Adds on_insert/on_update/on_delete signals to the session manager. [href]
0.4.28
~~~~~~~~~~~~~~~~~~~
- Adds a is_uuid utility function. [href]
- Limits the 'subset' call for Pagination collections to once per instance. [href]
0.4.27
~~~~~~~~~~~~~~~~~~~
- Fixes ``has_column`` upgrade function not checking the given table. [href]
- Fixes browser session chocking on an invalid cookie. [href]