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:51:30 +0000 (17:51 -0400)
commit9513d02cde2f273aff51dad7ecca20db1dc65cc5
tree0cf82e93c94e550e045d2c5c3533f1f2f9df0225
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