Initial node_url_refactor commit. Revises node_url templatetag to accept args/kwargs...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Wed, 20 Oct 2010 18:45:58 +0000 (14:45 -0400)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Wed, 20 Oct 2010 18:45:58 +0000 (14:45 -0400)
commit872b260781ffcc72f81549bc92bde8ca4eb2155e
tree765126d6e1b391a844c941cab0344b36f89bce75
parent8c6ffb8e54f201a0fb7776fdd865bbbb3d42a29b
Initial node_url_refactor commit. Revises node_url templatetag to accept args/kwargs like urlnode, using the current or given node's view as the urlconf. with <obj> is retained as a convenient shortcut.
contrib/penfield/models.py
models/nodes.py
templatetags/nodes.py