summaryrefslogtreecommitdiff
path: root/docs/api/urldispatch.rst
AgeCommit message (Collapse)Author
2009-05-16This feature was removed.Chris McDonough
2008-09-16Document url dispatch in narrative form.Chris McDonough
2008-08-06 - Small url dispatch overhaul: the ``connect`` method of theChris McDonough
``urldispatch.RoutesMapper`` object now accepts a keyword parameter named ``context_factory``. If this parameter is supplied, it must be a callable which returns an instance. This instance is used as the context for the request when a route is matched. - The registration of a RoutesModelTraverser no longer needs to be performed by the application; it's in the bfg ZCML now.
2008-07-28(no commit message)Chris McDonough
2008-07-27Fix.Chris McDonough
2008-07-22(no commit message)Chris McDonough
2008-07-22Add url-based dispatch.Chris McDonough