calingen.forms¶
App-specific implementations of django.forms.Form and related stuff like fields and widgets.
Warning
Siblings of django.forms.ModelForm are (by definition) semantically
related to the respective implementation of django.db.models.Model.
Thus, the specific forms for the app’s models are included within the
calingen.models package.