-----
API CHANGES:
* Action init argument changes and add_action argument changes. Also, a
default form now has an action in form.actions
A form now has a 'add_default_action' keyword argument that defaults to True.
Action init now takes (name, value=None, callback=None).
The default action on a form has a value of 'Submit' and a name of 'submit'.
You can manage the list of actions explicitly. A value of None removes the
value html attribute.
0.7e
----
Relase didn't include any template files (caused by missing gitlsfiles when
building)
0.7d
----
BUG FIX: Fixed problem with checkbox multi choice tree widget not applying
css_class correctly and not nesting html ul/li's correctly