From 5c7bdc471961fa6079d2b10330bd2d584cb6f35b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 13 Oct 2010 18:35:41 +0000 Subject: point at request API docs --- docs/narr/webob.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/narr/webob.rst') 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 `_ 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) -- cgit v1.2.3