module documentation

Form classes

Class BaseForm The main implementation of all the Form logic. Note that this class is different than Form. See the comments by the Form class for more info. Any improvements to the form API should be made to this class, not to the Form class.
Class DeclarativeFieldsMetaclass Collect Fields declared on the base classes.
Class Form A collection of Fields, plus their associated data.