From 70f1cda02f9acccf7ee1c8ad1a7ade36fba10dba Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 14 Sep 2010 12:11:44 +0000 Subject: - The ``add_route`` method of a Configurator now accepts a ``pregenerator`` argument. The pregenerator for the resulting route is called by ``route_url`` in order to adjust the set of arguments passed to it by the user for special purposes, such as Pylons 'subdomain' support. It will influence the URL returned by ``route_url``. See the ``repoze.bfg.interfaces.IRoutePregenerator`` interface for more information. --- docs/api/interfaces.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/api/interfaces.rst') diff --git a/docs/api/interfaces.rst b/docs/api/interfaces.rst index 974ab2ae9..be2de2c7f 100644 --- a/docs/api/interfaces.rst +++ b/docs/api/interfaces.rst @@ -23,4 +23,5 @@ Other Interfaces .. autointerface:: IRoute + .. autointerface:: IRoutePregenerator -- cgit v1.2.3