Merge branch 'melinath'
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Thu, 10 Jun 2010 08:17:25 +0000 (04:17 -0400)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Thu, 10 Jun 2010 08:18:50 +0000 (04:18 -0400)
commit818e3f52a72658d6b7ec5c1ce74fac9a6d21b0f3
tree572a279ad88e8fa82ad751c6da395a7a41b818a8
parentb645302b6e90e12b2912a936c6cfa77a9277cf96
parent15da421f70d9170b04f0c8facd9c85b023f16eb7
Merge branch 'melinath'

* melinath:
  Fixing style issues and an incorrect modification of .gitignore.
  Fixed the context variable leak in the blockcontainer tag.
  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.
  First draft of blockcontainer functionality. Tries to reuse most of the code related to the original container tag by extending it, simply interpreting the values slightly differently.
  Added documentation and help text to models.py and containers.py to hopefully improve usability.