diff options
| author | Michael Merickel <michael@merickel.org> | 2011-07-30 01:50:24 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2011-07-30 01:50:24 -0600 |
| commit | 875ded31e7fdd0c85d1c91458248581b9dd729d7 (patch) | |
| tree | 2063e301734ef5a79e308f67a126df48546acf07 /docs/narr/hooks.rst | |
| parent | e1b25974a4dcc9eb9ceab70ec2276043de775f82 (diff) | |
| download | pyramid-875ded31e7fdd0c85d1c91458248581b9dd729d7.tar.gz pyramid-875ded31e7fdd0c85d1c91458248581b9dd729d7.tar.bz2 pyramid-875ded31e7fdd0c85d1c91458248581b9dd729d7.zip | |
Updated all of the docs to reflect the new pyramid.* settings prefix.
Diffstat (limited to 'docs/narr/hooks.rst')
| -rw-r--r-- | docs/narr/hooks.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst index fc3f01271..4f493c854 100644 --- a/docs/narr/hooks.rst +++ b/docs/narr/hooks.rst @@ -61,8 +61,8 @@ Here's some sample code that implements a minimal NotFound view callable: caused the not found view to be called. The value of ``request.exception.message`` will be a value explaining why the not found error was raised. This message will be different when the - ``debug_notfound`` environment setting is true than it is when it is - false. + ``pyramid.debug_notfound`` environment setting is true than it is when it + is false. .. warning:: When a NotFound view callable accepts an argument list as described in :ref:`request_and_context_view_definitions`, the ``context`` @@ -128,8 +128,8 @@ Here's some sample code that implements a minimal forbidden view: ``request.exception.message`` will be a value explaining why the forbidden was raised and ``request.exception.result`` will be extended information about the forbidden exception. These messages will be different when the - ``debug_authorization`` environment setting is true than it is when it is - false. + ``pyramid.debug_authorization`` environment setting is true than it is when + it is false. .. index:: single: request factory |
