Bases: django.forms.forms.Form
A simple form for selecting a start date.
Bases: django.forms.forms.Form
A base Form class which includes processing logic in its subclasses and handling errors raised during form processing.
A CharField instance rendered with a CharField widget which is automatically set to the value of the class name.
This is used to determine whether this form should handle the input it is given or not.
Returns the URL to redirect to after a successful handling.
If the form is valid, maybe_handle() calls a handle(request, data) method on its subclass to determine what action to take.
Any exceptions raised during processing are captured and converted to messages.