summaryrefslogtreecommitdiff
path: root/docs/api/config.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-09-08 22:52:54 -0400
committerChris McDonough <chrism@plope.com>2013-09-08 22:52:54 -0400
commitc6601f77f91dc933ca429d1448f4c6b27857b608 (patch)
tree2bfcccd8bcfedd224409dc8b49f1f05d3ce0f819 /docs/api/config.rst
parent95e97113b3fe108a1dbf908ae6716b89e786c91d (diff)
downloadpyramid-c6601f77f91dc933ca429d1448f4c6b27857b608.tar.gz
pyramid-c6601f77f91dc933ca429d1448f4c6b27857b608.tar.bz2
pyramid-c6601f77f91dc933ca429d1448f4c6b27857b608.zip
- The ``renderer_globals_factory`` argument to the
``pyramid.config.Configurator` constructor and its ``setup_registry`` method has been removed. The ``set_renderer_globals_factory`` method of ``pyramid.config.Configurator`` has also been removed. The (internal) ``pyramid.interfaces.IRendererGlobals`` interface was also removed. These arguments, methods and interfaces had been deprecated since 1.1. Use a ``BeforeRender`` event subscriber as documented in the "Hooks" chapter of the Pyramid narrative documentation instead of providing renderer globals values to the configurator.
Diffstat (limited to 'docs/api/config.rst')
-rw-r--r--docs/api/config.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/api/config.rst b/docs/api/config.rst
index 1f65be9f1..48dd2f0b9 100644
--- a/docs/api/config.rst
+++ b/docs/api/config.rst
@@ -52,10 +52,6 @@
.. automethod:: override_asset(to_override, override_with)
- :methodcategory:`Setting Renderer Globals`
-
- .. automethod:: set_renderer_globals_factory(factory)
-
:methodcategory:`Getting and Adding Settings`
.. automethod:: add_settings