From 3d9dd0e9c1e88c2260de2fee1db8108d44867a8f Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 31 Oct 2010 03:01:18 -0400 Subject: - 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. --- docs/narr/environment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/narr/environment.rst') 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`` | | | | | | | -- cgit v1.2.3