summaryrefslogtreecommitdiff
path: root/docs/api/traversal.rst
AgeCommit message (Collapse)Author
2008-08-29model_path and *backwards incompatible change* removing "make_app" and ↵Chris McDonough
"get_options" from __init__.py of repoze.bfg; use repoze.bfg.router:make_app and repoze.bfg.registry:get_options instead.
2008-08-08(no commit message)Chris McDonough
2008-08-08 - Add ``find_context_from_path`` and ``find_root`` traversal APIs.Chris McDonough
In the process, make ITraverser a uni-adapter (on context) rather than a multiadapter (on context and request).
2008-07-290.2.5: add model_url.Chris McDonough
2008-07-25Make the global module index render properly.Chris McDonough
2008-07-20 - Add find_interface API.Chris McDonough