Added NodeOverrideInlineFormSet to clean up admin editing of node overrides by only...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Mon, 29 Nov 2010 15:59:21 +0000 (10:59 -0500)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Mon, 29 Nov 2010 18:32:43 +0000 (13:32 -0500)
commitee56a2ca0d6c5d08ee42a9452de4353e8f2643ba
tree7052a5c942eb2bbf50d94ce991f6207387c38ae9
parentca2138fef978345b9076a2f855ed434a0bac65e1
Added NodeOverrideInlineFormSet to clean up admin editing of node overrides by only displaying overrides where both the override's parent and the override's child__parent are the current instance. Cleaned up migrations by merging the change of NodeNavigationOverride.parent to allow null into the original migration that created NodeNavigationOverrides. Made navigation include the root node in the top-level navigation... not sure this is the correct way to handle things. Added navigation-generating template tag.
admin/nodes.py
forms.py
migrations/0010_auto__add_nodenavigationoverride.py
migrations/0011_auto__chg_field_nodenavigationoverride_parent.py [deleted file]
models/nodes.py
templatetags/nodes.py