diff options
| author | Chris McDonough <chrism@plope.com> | 2011-06-14 02:36:07 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-06-14 02:36:07 -0400 |
| commit | 1a6fc7062f803b9f15b7677db9a9257a4f00bfcb (patch) | |
| tree | 47048dadf66f6aad3c6ef9ef9752c11d9338e827 /docs/api/config.rst | |
| parent | 3f4f67e76c2e1338377babd983e4071f52235132 (diff) | |
| download | pyramid-1a6fc7062f803b9f15b7677db9a9257a4f00bfcb.tar.gz pyramid-1a6fc7062f803b9f15b7677db9a9257a4f00bfcb.tar.bz2 pyramid-1a6fc7062f803b9f15b7677db9a9257a4f00bfcb.zip | |
- Added new add_response_adapter method to Configurator.
- Fix Configurator docstring wrt exception responses.
- Speed up registry.queryAdapterOrSelf
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 2b9d7bcef..274ee0292 100644 --- a/docs/api/config.rst +++ b/docs/api/config.rst @@ -40,6 +40,8 @@ .. automethod:: add_renderer(name, factory) + .. automethod:: add_response_adapter + .. automethod:: add_route .. automethod:: add_static_view(name, path, cache_max_age=3600, permission='__no_permission_required__') |
