diff options
| author | Tres Seaver <tseaver@palladion.com> | 2013-01-29 15:53:57 -0800 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2013-01-29 15:53:57 -0800 |
| commit | 2bee32671eac872489f19a08e326e407d400a525 (patch) | |
| tree | ac272bf5635e3d0070c7df88f93407a1c1110cea /docs/api | |
| parent | f4ac0be37899d245bbc6e91b5f5a648e3e593507 (diff) | |
| parent | 40dbf42a2df1783c3d803adf950380c21512bb91 (diff) | |
| download | pyramid-2bee32671eac872489f19a08e326e407d400a525.tar.gz pyramid-2bee32671eac872489f19a08e326e407d400a525.tar.bz2 pyramid-2bee32671eac872489f19a08e326e407d400a525.zip | |
Merge pull request #833 from tshepang/directives
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 |
