Went back and fixed spacing issues with last cleanup.
[philo.git] / models.py
2010-06-10 melinathWent back and fixed spacing issues with last cleanup.
2010-06-10 melinathMerge branch 'master' into cleanup
2010-06-09 melinathMerge branch 'blockcontainer'
2010-06-09 melinathFixed a bug where the ContainerNode had a nodelist_empt...
2010-06-09 melinathFixed a bug where the ContainerNode had a nodelist_empt...
2010-06-09 melinathMerge branch 'cleanup'
2010-06-09 melinathAdded documentation and help text to models.py and...
2010-06-04 Joseph SpirosCreating an abstract model named InheritableTreeEntity...
2010-05-20 Joseph SpirosMerge branch 'advanced-containers'
2010-05-19 Joseph SpirosMerge branch 'master' into advanced-containers
2010-05-19 Joseph SpirosFixing a bug whereby get_path on TreeModel and Node...
2010-05-19 Joseph SpirosInitial extension of containers to support referencing...
2010-05-12 Joseph SpirosRemoving value model registration system, as it causes...
2010-05-06 Joseph SpirosRe-implementing the get_path method on Node instances...
2010-05-04 Joseph SpirosImprovements to Collections, and minor refactoring.
2010-05-03 Joseph SpirosAdded support for Node subclasses whose instances accep...
2010-03-08 Joseph SpirosImplementation of a Node class, the subclasses of which...
2010-02-04 Joseph SpirosImproving nodetree searching with support for IfNode...
2010-02-02 Joseph SpirosFixed errors that led to Entity and TreeEntity instance...
2010-02-01 Joseph SpirosInitial commit.