- Fixes get_unique_hstore_keys failing if the hstore is set to None. [href]
0.27.1
~~~~~~~~~~~~~~~~~~~
- Adds an utility function to fetch unique hstore keys from a table. [href]
0.27.0
~~~~~~~~~~~~~~~~~~~
- Adds the ability to override a specific macro in child applications. [href]
- Supports a wider range of objects which may be cached. Uses 'dill' to accomplish this. [href]
- Removes the runtime bound cache again as it's not that useful. [href]
0.26.0
~~~~~~~~~~~~~~~~~~~
- Adds a runtime bound cache, not shared between processes and able to accept any kind of object to cache (no pickling). [href]
0.25.1
~~~~~~~~~~~~~~~~~~~
- Adds a uuid morepath converter. [href]
- Fixes variable directive resulting in overwrites instead of merges. [href]
0.25.0
~~~~~~~~~~~~~~~~~~~
- Introduces a member role, which is close to an anonymous user in terms of access, but allows to differentiate between ananymous and registered users. [href]