- Pass the request in addition to the model when dynamically building the form class in the form directive. [href]
- Fixes onegov.core.utils.rchop not working correctly. [href]
0.4.5
~~~~~~~~~~~~~~~~~~~
- Fixes SQLAlchemy error occurring if more than one model used the new AdjacencyList base class. [href]
0.4.4
~~~~~~~~~~~~~~~~~~~
- Adds a content mixin for meta/content JSON fields. [href]
- Adds an abstract AdjacencyList implementation (refactored from onegov.page). [href]
- Adds quote_plus and unquote_plus to compat imports. [treinhard]
0.4.3
~~~~~~~~~~~~~~~~~~~
- Adds the ability to format numbers through the layout class. [href]
0.4.2
~~~~~~~~~~~~~~~~~~~
- Added a new 'hidden_from_public' property which may be set on any model handled by onegov.core Applications. If said property is found and it is True, anonymous users are forbidden from viewing it.
This enables applications to dynamically set the visibilty of any model. [href]