diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-01-30 00:41:23 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-01-30 00:42:20 +0200 |
| commit | 40dbf42a2df1783c3d803adf950380c21512bb91 (patch) | |
| tree | c06e62e8472bbd091ab9cb0223e3a4c9df6fdfe6 /docs/api | |
| parent | 514c866c9915491306ad2e05e79b6faa6f79ea63 (diff) | |
| download | pyramid-40dbf42a2df1783c3d803adf950380c21512bb91.tar.gz pyramid-40dbf42a2df1783c3d803adf950380c21512bb91.tar.bz2 pyramid-40dbf42a2df1783c3d803adf950380c21512bb91.zip | |
use the more appropriate directives
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/registry.rst | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/docs/api/registry.rst b/docs/api/registry.rst index a7879d3d5..db348495c 100644 --- a/docs/api/registry.rst +++ b/docs/api/registry.rst @@ -16,6 +16,8 @@ .. attribute:: introspector + .. versionadded:: 1.3 + When a registry is set up (or created) by a :term:`Configurator`, the registry will be decorated with an instance named ``introspector`` implementing the :class:`pyramid.interfaces.IIntrospector` interface. @@ -27,28 +29,23 @@ This attribute is often accessed as ``request.registry.introspector`` in a typical Pyramid application. - This attribute is new as of :app:`Pyramid` 1.3. - .. class:: Introspectable + .. versionadded:: 1.3 + The default implementation of the interface :class:`pyramid.interfaces.IIntrospectable` used by framework exenders. An instance of this class is created when :attr:`pyramid.config.Configurator.introspectable` is called. - This class is new as of :app:`Pyramid` 1.3. - .. autoclass:: Deferred - This class is new as of :app:`Pyramid` 1.4. + .. versionadded:: 1.4 .. autofunction:: undefer - This function is new as of :app:`Pyramid` 1.4. + .. versionadded:: 1.4 .. autoclass:: predvalseq - This class is new as of :app:`Pyramid` 1.4. - - - + .. versionadded:: 1.4 |
