~~~~~~~~~~~~~~~~~~~
- Integrates localized database fields.
Use ``onegov.core.orm.translation_hybrid`` together with sqlalchemy utils:
http://sqlalchemy-utils.readthedocs.org/en/latest/internationalization.html
- Shares the session_manager with all ORM mapped instances which may access
it through ``self.session_manager``.
This is a plumbing feature to enable integration of localized database
fields.
[href]
- Adds a method to automatically scan all morepath dependencies. It is not
guaranteed to always work and should only be relied upon for testing and
upgrades.
[href]