- 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]
0.24.0
~~~~~~~~~~~~~~~~~~~
- Adds a template variable directive, which gives applications the ability to inject their own global variables into templates. [href]
- Fixes formatting date failing if the date is None. [msom]
0.23.0
~~~~~~~~~~~~~~~~~~~
- Adds a static directory directive, which gives applications the ability to define their own static directory and for inherited applications to append a path to the list of static directory paths. [href]
- Moves two often used helpers to the base layout. [href]
- Adds a HTML5 (RFC3339) date converter for Morepath. [href]
0.22.1
~~~~~~~~~~~~~~~~~~~
- Adds compatibility with Morepath 0.15. [href]
0.22.0
~~~~~~~~~~~~~~~~~~~
- Adds an utility function to search for orm models. [href]
- Explicitly prohibit unsynchronized bulk updates with a helpful assertion. [href]
- Exports the random token length constant. [href]
0.21.3
~~~~~~~~~~~~~~~~~~~
- Adds compatibility with python-magic 0.4.12. [msom]