From bdd2b124c1165fc6fec8c4bd725f0f910b169ecc Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 27 Nov 2009 02:01:45 +0000 Subject: Get rid of ``zcml_file`` argument in configurator constructor in favor of the load_zcml API. Get rid of hook_zca argument in configurator constructor in favor of a ``hook_zca`` method. Provide an ``unhook_zca`` method. --- docs/narr/project.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/narr/project.rst') diff --git a/docs/narr/project.rst b/docs/narr/project.rst index 80fe6beac..eb0135833 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -539,8 +539,8 @@ The ``myproject`` :term:`package` lives inside the ``MyProject`` comment at the top. #. A ``configure.zcml`` is a :term:`ZCML` file which maps view names - to model types. This is also known as the :term:`application - registry`. + to model types. Its contents populate the :term:`application + registry` when loaded. #. A ``models.py`` module, which contains :term:`model` code. -- cgit v1.2.3