From ea824f6f1ceaae4b922b6cff5320bb1c19cbacd5 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 18 Aug 2011 22:15:11 -0400 Subject: - Pyramid no longer eagerly commits some default configuration statements at Configurator construction time, which permits values passed in as constructor arguments (e.g. ``authentication_policy`` and ``authorization_policy``) to override the same settings obtained via an "include". --- docs/api/config.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs/api/config.rst') diff --git a/docs/api/config.rst b/docs/api/config.rst index de054d7ce..d744418b3 100644 --- a/docs/api/config.rst +++ b/docs/api/config.rst @@ -54,6 +54,8 @@ .. automethod:: add_view + .. automethod:: add_tween + .. automethod:: derive_view .. automethod:: make_wsgi_app() @@ -74,6 +76,8 @@ .. automethod:: set_request_factory + .. automethod:: set_root_factory + .. automethod:: set_renderer_globals_factory(factory) .. automethod:: set_view_mapper @@ -82,8 +86,6 @@ .. automethod:: set_authorization_policy - .. automethod:: add_tween - .. automethod:: testing_securitypolicy .. automethod:: testing_resources -- cgit v1.2.3