Minor correction to TreeModel.get_path to allow for subclasses that use an alternate...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Mon, 20 Dec 2010 19:24:04 +0000 (14:24 -0500)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Mon, 20 Dec 2010 19:24:04 +0000 (14:24 -0500)
commitc7571f163bfae1c2dcfd4fbfa8e43ac7cd3fdcff
tree411ad51afb564584482e54ea4ba73d62f9f4c413
parent4c2f395f73a970c302682ad76913b6bb38f70568
Minor correction to TreeModel.get_path to allow for subclasses that use an alternate level attribute. Minor correction to TreeManager.get_with_path to only return root as the deepest node if there is actually no deepest_found node. Added MultiView.reverse() shortcut method to handle the common pattern of getting the absolute url for the subpath of a multiview. Adjusted waldo MultiViews to use their reverse() method. Added make_confirmation_link() method to LoginMultiView to provide a standard, reusable way to handle this task. Brought waldo's multiview get_context method use in line with penfield by removing the optional extra dictionary passed in.
contrib/waldo/models.py
models/base.py
models/nodes.py