summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos de la Guardia <cguardia@yahoo.com>2011-11-11 22:02:44 -0600
committerCarlos de la Guardia <cguardia@yahoo.com>2011-11-11 22:02:44 -0600
commitb91ca3229be367f58f6dbf24525e640c6a4f7c1d (patch)
tree8d61f3323fa51fe28ccbce7a3f48794649bab4a1
parent7709b1e047e88bf8c6b5f9b35bc589914023929d (diff)
downloadpyramid-b91ca3229be367f58f6dbf24525e640c6a4f7c1d.tar.gz
pyramid-b91ca3229be367f58f6dbf24525e640c6a4f7c1d.tar.bz2
pyramid-b91ca3229be367f58f6dbf24525e640c6a4f7c1d.zip
Add link to renderer dict globals from BeforeRender event (#351)
-rw-r--r--pyramid/events.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyramid/events.py b/pyramid/events.py
index b86aa871a..4a2cd6240 100644
--- a/pyramid/events.py
+++ b/pyramid/events.py
@@ -198,6 +198,9 @@ class BeforeRender(dict):
The event has an additional attribute named ``rendering_val``. This is
the (non-system) value returned by a view or passed to ``render*`` as
``value``. This feature is new in Pyramid 1.2.
+
+ For a description of the values present in the renderer globals dictionary,
+ see :ref:`renderer_system_values`.
See also :class:`pyramid.interfaces.IBeforeRender`.
"""