From b538144a028116b3d4ed5bffa5ca30edaf32f191 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 3 Feb 2010 02:34:53 +0000 Subject: Make the hybrid chapter represent reality. --- docs/narr/traversal.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/narr/traversal.rst') diff --git a/docs/narr/traversal.rst b/docs/narr/traversal.rst index eb53f94a7..126678f07 100644 --- a/docs/narr/traversal.rst +++ b/docs/narr/traversal.rst @@ -146,6 +146,8 @@ within the :ref:`views_chapter` chapter. single: traversal graph single: model graph +.. _the_object_graph: + The Object Graph ---------------- @@ -180,7 +182,8 @@ named ``config``: Using the ``root_factory`` argument to a :class:`repoze.bfg.configuration.Configurator` constructor tells your :mod:`repoze.bfg` application to call this root factory to generate a -root object whenever a request enters the application. +root object whenever a request enters the application. This root +factory is also known as the global root factory. A root factory is passed a :term:`request` object and it is expected to return an object which represents the root of the object graph. -- cgit v1.2.3