Moved all navigation-related code to contrib/navigation. Refactored navigation to...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Tue, 21 Dec 2010 22:36:36 +0000 (17:36 -0500)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Tue, 21 Dec 2010 22:41:24 +0000 (17:41 -0500)
commitbe40499f02a3457bb17a8dc02a78224823eb1406
tree1142d24afb0cfcdbc2a7393e6af075306646d39d
parent64e4cdefe89f642d349b5908a3bbaec76333e3b2
Moved all navigation-related code to contrib/navigation. Refactored navigation to be more independant of the Node tree structure and allow for absolute urls, links to nodes, links to node subpaths, and links to reversed node subpaths.
12 files changed:
admin/nodes.py
contrib/navigation/__init__.py [new file with mode: 0644]
contrib/navigation/admin.py [new file with mode: 0644]
contrib/navigation/migrations/0001_initial.py [new file with mode: 0644]
contrib/navigation/migrations/0002_auto__chg_field_navigation_text.py [new file with mode: 0644]
contrib/navigation/migrations/__init__.py [new file with mode: 0644]
contrib/navigation/models.py [new file with mode: 0644]
forms.py
migrations/0010_auto__add_nodenavigationoverride.py [deleted file]
models/nodes.py
models/pages.py
templatetags/nodes.py