From: melinath Date: Wed, 9 Jun 2010 21:46:48 +0000 (-0400) Subject: Fixed a bug where the ContainerNode had a nodelist_empty=None, whereas nodelist_empty... X-Git-Tag: philo-0.9~82^2~1^2^2~1^2 X-Git-Url: http://git.ithinksw.org/philo.git/commitdiff_plain/80fa50c87ed121896ddf1bdd993d5697bb5a56c3?hp=80fa50c87ed121896ddf1bdd993d5697bb5a56c3 Fixed a bug where the ContainerNode had a nodelist_empty=None, whereas nodelist_empty is expected to be an iterable by line 314 of models.py. Also added 'nodelist_main' to the manage.py line 314 list of subnodelist possibilities and added a child_nodelists attribute to ContainerNode for possible forward-compatibility. ---