diff options
| author | Chris McDonough <chrism@plope.com> | 2010-10-31 03:01:18 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-10-31 03:01:18 -0400 |
| commit | 3d9dd0e9c1e88c2260de2fee1db8108d44867a8f (patch) | |
| tree | b0dc32b89a8bbfd64915240b37bfac572807fbe3 /docs/narr/environment.rst | |
| parent | 051e27a386e9a774b3b1e8c705aa0c8de8e129c3 (diff) | |
| download | pyramid-3d9dd0e9c1e88c2260de2fee1db8108d44867a8f.tar.gz pyramid-3d9dd0e9c1e88c2260de2fee1db8108d44867a8f.tar.bz2 pyramid-3d9dd0e9c1e88c2260de2fee1db8108d44867a8f.zip | |
- Renderer factories now accept a *dictionary* rather than an absolute resource
specification or an absolute path. The dictonary contains the following
keys: ``name`` (the ``renderer=`` value), ``package`` (the 'current package'
when the renderer configuration statement was found), ``type``: the renderer
type, and ``registry``: the current registry.
Third-party ``repoze.bfg`` renderer implementations that must be ported to
Pyramid will need to account for this.
This change was made to support more flexible Mako template rendering.
Diffstat (limited to 'docs/narr/environment.rst')
| -rw-r--r-- | docs/narr/environment.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/environment.rst b/docs/narr/environment.rst index fa639cce1..83de12863 100644 --- a/docs/narr/environment.rst +++ b/docs/narr/environment.rst @@ -195,7 +195,7 @@ should be changed accordingly. +-----------------------------+ | Config File Setting Name | +=============================+ -| ``mako.input_encoding``__ | +| ``mako.input_encoding`` | | | | | | | |
