Fixed a grave error wherein Node did not have a TreeManager as its default manager...
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Mon, 9 Aug 2010 09:28:56 +0000 (05:28 -0400)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Mon, 9 Aug 2010 09:28:56 +0000 (05:28 -0400)
models/base.py

index 2a94daa..7a872ca 100644 (file)
@@ -275,7 +275,7 @@ class TreeModel(models.Model):
                abstract = True
 
 
-class TreeEntity(TreeModel, Entity):
+class TreeEntity(Entity, TreeModel):
        @property
        def attributes(self):
                if self.parent: