diff options
| author | Chris McDonough <chrism@plope.com> | 2012-02-15 19:09:08 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-02-15 19:09:08 -0500 |
| commit | 748aad47f90136b151be13f477ed6af1caed0493 (patch) | |
| tree | a111a7e9f58d022b4f9c047648ee8dfabed00dcb /docs/api/config.rst | |
| parent | c0b7076cb5ad4dcf5840c95f527955e3483d7cae (diff) | |
| download | pyramid-748aad47f90136b151be13f477ed6af1caed0493.tar.gz pyramid-748aad47f90136b151be13f477ed6af1caed0493.tar.bz2 pyramid-748aad47f90136b151be13f477ed6af1caed0493.zip | |
- Add ``pyramid.config.Configurator.set_traverser`` API method. See the
Hooks narrative documentation section entitled "Changing the Traverser" for
more information. This is not a new feature, it just provides an API for
adding a traverser without needing to use the ZCA API.
Diffstat (limited to 'docs/api/config.rst')
| -rw-r--r-- | docs/api/config.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api/config.rst b/docs/api/config.rst index d16930cc0..3c5ee563a 100644 --- a/docs/api/config.rst +++ b/docs/api/config.rst @@ -94,6 +94,8 @@ .. automethod:: set_notfound_view + .. automethod:: set_traverser + .. automethod:: set_renderer_globals_factory(factory) .. attribute:: introspectable |
