From 942599c2a649b4b6d4fe454371521e20c9f09247 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 19 Dec 2010 02:04:10 -0500 Subject: missed args --- pyramid/config.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyramid/config.py b/pyramid/config.py index f3f8ff37b..93123c119 100644 --- a/pyramid/config.py +++ b/pyramid/config.py @@ -132,10 +132,10 @@ class Configurator(object): :term:`application registry`. The Configurator accepts a number of arguments: ``registry``, - ``package``, ``settings``, ``root_factory``, - ``authentication_policy``, ``authorization_policy``, ``renderers`` - ``debug_logger``, ``locale_negotiator``, ``request_factory``, and - ``renderer_globals_factory``. + ``package``, ``settings``, ``root_factory``, ``authentication_policy``, + ``authorization_policy``, ``renderers`` ``debug_logger``, + ``locale_negotiator``, ``request_factory``, ``renderer_globals_factory``, + ``default_permission``, ``session_factory``, and ``autocommit``. If the ``registry`` argument is passed as a non-``None`` value, it must be an instance of the :class:`pyramid.registry.Registry` -- cgit v1.2.3