summaryrefslogtreecommitdiff
path: root/docs/api/config.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-15 10:14:02 -0400
committerChris McDonough <chrism@plope.com>2011-07-15 10:14:02 -0400
commit049e0e76ead84806d8033b3de75dd037434f7637 (patch)
treed47c6230bbab46bf83022730412296574c2893fb /docs/api/config.rst
parent4edda0d6d875ee0e7bc0375e4b314d78b1261f0e (diff)
parentc515d77de5b2f62727251ebc32d1292e67811771 (diff)
downloadpyramid-049e0e76ead84806d8033b3de75dd037434f7637.tar.gz
pyramid-049e0e76ead84806d8033b3de75dd037434f7637.tar.bz2
pyramid-049e0e76ead84806d8033b3de75dd037434f7637.zip
Merge branch 'mmerickel-feature.scripting'
Diffstat (limited to 'docs/api/config.rst')
-rw-r--r--docs/api/config.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/api/config.rst b/docs/api/config.rst
index 71ef4a746..2c394ac41 100644
--- a/docs/api/config.rst
+++ b/docs/api/config.rst
@@ -86,3 +86,15 @@
.. automethod:: testing_add_renderer
+ .. attribute:: global_registries
+
+ The set of registries that have been created for :app:`Pyramid`
+ applications, one per each call to
+ :meth:`pyramid.config.Configurator.make_app` in the current process. The
+ object itself supports iteration and has a ``last`` property containing
+ the last registry loaded.
+
+ The registries contained in this object are stored as weakrefs,
+ thus they will only exist for the lifetime of the actual
+ applications for which they are being used.
+