Removed trailing_pathsep support from TreeManager.get_with_path. Set nodes to have...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Thu, 3 Feb 2011 21:41:01 +0000 (16:41 -0500)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Thu, 3 Feb 2011 21:46:37 +0000 (16:46 -0500)
commit06dc22d5cbde2329fe2e5926243697e492b0a9ef
treecc41f64487f5771aa05466cc8541184a493666d1
parent6ac457d4ac226a474e988dfb898682ae04a86eb0
Removed trailing_pathsep support from TreeManager.get_with_path. Set nodes to have URLs without a trailing slash, and set node_view to redirect node urls with a trailing slash to the same url, but without the slash. Resolves issue 75 completely.
models/base.py
models/nodes.py
views.py