Added an abstract TargetURLModel to handle issues related to targeting a node, a...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Thu, 3 Feb 2011 16:41:46 +0000 (11:41 -0500)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Thu, 3 Feb 2011 16:54:22 +0000 (11:54 -0500)
commit6ac457d4ac226a474e988dfb898682ae04a86eb0
treeb19f0490ab89dff540c5b3ff2fa583fcf4e6bdf5
parent8aad28a2a098d4f6c0401070e28081c55d8d1e6e
Added an abstract TargetURLModel to handle issues related to targeting a node, a node's subpaths, a url, or a reversable view. Addresses issue 79 and issue 76.
admin/nodes.py
contrib/shipherd/migrations/0001_initial.py [new file with mode: 0644]
contrib/shipherd/migrations/__init__.py [new file with mode: 0644]
contrib/shipherd/models.py
migrations/0010_auto__add_field_redirect_target_node__add_field_redirect_url_or_subpat.py [new file with mode: 0644]
migrations/0011_move_target_url.py [new file with mode: 0644]
migrations/0012_auto__del_field_redirect_target.py [new file with mode: 0644]
models/nodes.py