Hi! When I "grep" for the constructor syntax in the __init__.py files I see that most people use the form constructor(manage_addFoo, ...) The DevGuide just calls the function addForm. I think it would be good if there would be a guideline. This makes it easier to read other peoples code. What do you think?