https://github.com/gotcha/collective.shuttle
Zope 2 : traversal to objects not stored in ZODB.
https://github.com/gotcha/collective.shuttle
Last synced: 8 months ago
JSON representation
Zope 2 : traversal to objects not stored in ZODB.
- Host: GitHub
- URL: https://github.com/gotcha/collective.shuttle
- Owner: gotcha
- Created: 2012-01-24T14:02:08.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-01T12:47:29.000Z (over 14 years ago)
- Last Synced: 2025-01-19T17:13:34.673Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 84 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.txt
Awesome Lists containing this project
README
Overview
========
Sometimes, a Zope 2 application needs to traverse to objects that are not
persisted in the ZODB.
``collective.shuttle`` provides a traversal adapter and a dispatcher base class
that traverses to those objects.