Fixed a bug where the ContainerNode had a nodelist_empty=None, whereas nodelist_empty...
authormelinath <stephen.r.burrows@gmail.com>
Wed, 9 Jun 2010 21:46:48 +0000 (17:46 -0400)
committermelinath <stephen.r.burrows@gmail.com>
Wed, 9 Jun 2010 21:46:48 +0000 (17:46 -0400)
commit80fa50c87ed121896ddf1bdd993d5697bb5a56c3
tree8d2f4d4258ec5a976240b37b4eccdec08a72b185
parentea27ab0095dece2f0ffcfbb570c462b3b4e6e993
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.
models.py
templatetags/containers.py