Creating an abstract model named InheritableTreeEntity which Node now descends from.
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Fri, 4 Jun 2010 04:26:59 +0000 (00:26 -0400)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Fri, 4 Jun 2010 04:26:59 +0000 (00:26 -0400)
commitb645302b6e90e12b2912a936c6cfa77a9277cf96
treef240b77041540c6dd6f844ee1be4e0a503734aa6
parent21810d334ed2e309304560fe26133bb95f212963
Creating an abstract model named InheritableTreeEntity which Node now descends from.
In addition to consolidating the functionality common to trees of subclasses of a model,
this fixes a bug wherein attributes did not properly passthrough to children (similar to the bug that led to the implementation of a custom get_path method on Nodes).
models.py