summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-08-18 22:15:11 -0400
committerChris McDonough <chrism@plope.com>2011-08-18 22:15:11 -0400
commitea824f6f1ceaae4b922b6cff5320bb1c19cbacd5 (patch)
treee958448ee49f59f5fd94dd7550803cbf8febc8ef /docs/api
parentff5f5d2717f9f584734b01e8f189fd3850d9faaf (diff)
downloadpyramid-ea824f6f1ceaae4b922b6cff5320bb1c19cbacd5.tar.gz
pyramid-ea824f6f1ceaae4b922b6cff5320bb1c19cbacd5.tar.bz2
pyramid-ea824f6f1ceaae4b922b6cff5320bb1c19cbacd5.zip
- 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".
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/config.rst6
1 files changed, 4 insertions, 2 deletions
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