Changes¶
0.0.3 (2021-08-11)¶
- Require
zope.principalregistryand configure it fromconfigure.zcml. This packge needs the unauthenticated principal utility it provides. - Require
zope.publisherand configure it fromconfigure.zcml. This is needed for language negotiation based on requests. - Add support for I18N.
- Add support for Python 3.9. 3.10 is expected to work once zodbpickle is released with support for 3.10.
0.0.2 (2020-01-02)¶
- Add
nti.app.pyramid_zope.traversal.ZopeResourceTreeTraverser, a PyramidITraverserthat uses thezope.traversingmachinery, including path adapters and namespaces. - Make
configure.zcmlregister the standard traversing adapters which accept a PyramidIRequestobject. This goes hand-in-hand with using theZopeResourceTreeTraverser. These are the same namespaces that would be registered byzope.traversingfor the Zope request (with the exception of theattributenamespace).
0.0.1 (2020-01-01)¶
- Initial release.