summaryrefslogtreecommitdiff
path: root/docs/api/registry.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-08-06 23:56:24 -0400
committerChris McDonough <chrism@plope.com>2012-08-06 23:56:24 -0400
commitd986123332806aadc43b1daab396ff5200ec10ce (patch)
treed16d25c7c824e6a3e70288e9b4749c149ab7d549 /docs/api/registry.rst
parent695b6de0fd1fe1911a6d2f2825c1600cca28077b (diff)
downloadpyramid-d986123332806aadc43b1daab396ff5200ec10ce.tar.gz
pyramid-d986123332806aadc43b1daab396ff5200ec10ce.tar.bz2
pyramid-d986123332806aadc43b1daab396ff5200ec10ce.zip
move stuff from config.util to registry so it can be a set of API (which are now documented), resolve deferred discriminators in introspectable.register so that a directive can depend on a deferred discriminator, put head-adding code in predicate instead of in add_view itself
Diffstat (limited to 'docs/api/registry.rst')
-rw-r--r--docs/api/registry.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/api/registry.rst b/docs/api/registry.rst
index e62e2ba6f..1d5d52248 100644
--- a/docs/api/registry.rst
+++ b/docs/api/registry.rst
@@ -38,3 +38,17 @@
This class is new as of :app:`Pyramid` 1.3.
+.. autoclass:: Deferred
+
+ This class is new as of :app:`Pyramid` 1.4.
+
+.. autofunction:: undefer
+
+ This function is new as of :app:`Pyramid` 1.4.
+
+.. autoclass:: predvalseq
+
+ This class is new as of :app:`Pyramid` 1.4.
+
+
+