diff options
Diffstat (limited to 'docs/narr/webob.rst')
| -rw-r--r-- | docs/narr/webob.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/narr/webob.rst b/docs/narr/webob.rst index c343ee1e0..7a5e752a6 100644 --- a/docs/narr/webob.rst +++ b/docs/narr/webob.rst @@ -310,3 +310,10 @@ key/value pairs will show up. Similarly ``request.GET.keys()`` returns ``['pref', 'pref']``. Multidict is a view on a list of tuples; all the keys are ordered, and all the values are ordered. +Special :mod:`repoze.bfg` Attributes Added to the Request +--------------------------------------------------------- + +:mod:`repoze.bfg` adds special attributes to a request as the result +of :term:`traversal`. See :ref:`traversal_related_side_effects` for a +list of attributes added to the request by :mod:`repoze.bfg` itself. + |
