summaryrefslogtreecommitdiff
path: root/docs/api/config.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/config.rst')
-rw-r--r--docs/api/config.rst14
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/api/config.rst b/docs/api/config.rst
index 48dd2f0b9..4fe0e855d 100644
--- a/docs/api/config.rst
+++ b/docs/api/config.rst
@@ -17,6 +17,7 @@
.. automethod:: end
.. automethod:: include
.. automethod:: make_wsgi_app()
+ .. automethod:: route_prefix_context
.. automethod:: scan
:methodcategory:`Adding Routes and Views`
@@ -26,6 +27,7 @@
.. automethod:: add_view
.. automethod:: add_notfound_view
.. automethod:: add_forbidden_view
+ .. automethod:: add_exception_view
:methodcategory:`Adding an Event Subscriber`
@@ -35,13 +37,14 @@
.. automethod:: set_authentication_policy
.. automethod:: set_authorization_policy
+ .. automethod:: set_default_csrf_options
+ .. automethod:: set_csrf_storage_policy
.. automethod:: set_default_permission
.. automethod:: add_permission
:methodcategory:`Extending the Request Object`
.. automethod:: add_request_method
- .. automethod:: set_request_property
:methodcategory:`Using I18N`
@@ -59,13 +62,17 @@
:methodcategory:`Hooking Pyramid Behavior`
+ .. automethod:: add_accept_view_order
.. automethod:: add_renderer
.. automethod:: add_resource_url_adapter
.. automethod:: add_response_adapter
.. automethod:: add_traverser
.. automethod:: add_tween
.. automethod:: add_route_predicate
+ .. automethod:: add_subscriber_predicate
.. automethod:: add_view_predicate
+ .. automethod:: add_view_deriver
+ .. automethod:: set_execution_policy
.. automethod:: set_request_factory
.. automethod:: set_root_factory
.. automethod:: set_session_factory
@@ -132,3 +139,8 @@
are being used.
.. autoclass:: not_
+
+.. attribute:: PHASE0_CONFIG
+.. attribute:: PHASE1_CONFIG
+.. attribute:: PHASE2_CONFIG
+.. attribute:: PHASE3_CONFIG