diff options
| author | Chris McDonough <chrism@plope.com> | 2011-07-01 01:24:39 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-07-01 01:24:39 -0400 |
| commit | b7f33b5fdd062e007723d0eb60001442f35c0bf7 (patch) | |
| tree | 4f94a0c78f558564de4e3bccb02aba2b5e125f00 /docs/whatsnew-1.1.rst | |
| parent | 6579f51fec8506332cdd61d06ed20178f0bdfbcb (diff) | |
| download | pyramid-b7f33b5fdd062e007723d0eb60001442f35c0bf7.tar.gz pyramid-b7f33b5fdd062e007723d0eb60001442f35c0bf7.tar.bz2 pyramid-b7f33b5fdd062e007723d0eb60001442f35c0bf7.zip | |
- Deprecated the ``set_renderer_globals_factory`` method of the Configurator
and the ``renderer_globals`` Configurator constructor parameter.
Diffstat (limited to 'docs/whatsnew-1.1.rst')
| -rw-r--r-- | docs/whatsnew-1.1.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/whatsnew-1.1.rst b/docs/whatsnew-1.1.rst index 7d0f666d3..3252cba22 100644 --- a/docs/whatsnew-1.1.rst +++ b/docs/whatsnew-1.1.rst @@ -364,6 +364,12 @@ Deprecations and Behavior Differences within a static view returns the index.html properly. See also https://github.com/Pylons/pyramid/issues/67. +- Deprecated the + :meth:`pyramid.config.Configurator.set_renderer_globals_factory` method and + the ``renderer_globals`` Configurator constructor parameter. Users should + use convert code using this feature to use a BeforeRender event als + :ref:`beforerender_event`. + Dependency Changes ------------------ |
