Corrected node_view redirection of trailing slashes to non-trailing slashes to rely...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Wed, 16 Mar 2011 20:33:47 +0000 (16:33 -0400)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Wed, 16 Mar 2011 20:33:47 +0000 (16:33 -0400)
commit8fff8672235eafa1cf55739d460119b3be5faf5f
treefa9a2f3a4c9a3c11fc525865cee4e9f42a777a84
parent08f6ca2120d8c01bdc32b4c271772bde77db3865
Corrected node_view redirection of trailing slashes to non-trailing slashes to rely on request._cached_node_path instead of request.path. Tweaked LazyNode to only return a found node if it handles the found subpath.
middleware.py
urls.py
views.py