summaryrefslogtreecommitdiff
path: root/docs/narr/webob.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/webob.rst')
-rw-r--r--docs/narr/webob.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/narr/webob.rst b/docs/narr/webob.rst
index 5d69efe51..7241b4ebc 100644
--- a/docs/narr/webob.rst
+++ b/docs/narr/webob.rst
@@ -98,6 +98,9 @@ instance, ``req.if_modified_since`` returns a `datetime
<http://python.org/doc/current/lib/datetime-datetime.html>`_ object
(or None if the header is was not provided).
+.. note:: Full API documentation for the :mod:`repoze.bfg` request
+ object is available in :ref:`request_module`.
+
.. index::
single: request attributes (special)