From e6e0ea3f041e0273cdac86da663a4a273e1beebb Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 26 Jan 2009 17:17:22 +0000 Subject: - Added a ``traversal_path`` API to the traversal module; see the "traversal" API chapter in the docs. This was a function previously known as ``split_path`` that was not an API but people were using it anyway. Unlike ``split_path`` it now returns a tuple instead of a list (as its values are cached). --- docs/api/traversal.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/api/traversal.rst b/docs/api/traversal.rst index 8195ddec4..d9b4aabfc 100644 --- a/docs/api/traversal.rst +++ b/docs/api/traversal.rst @@ -13,6 +13,8 @@ .. autofunction:: model_path + .. autofunction:: traversal_path(path) + .. note:: A function named ``model_url`` used to be present in this module. It was moved to :ref:`url_module` in version 0.6.1. -- cgit v1.2.3