Class ProcessFormView
Render a form on GET and processes it on POST.
Declaration
class ProcessFormView(
View)
source linkDocumentation
Methods
▶ def get(self, request, *args, **kwargs) Handle GET requests: instantiate a blank version of the form.
Overrides
This method is overriden in:
▶ def post(self, request, *args, **kwargs) Handle POST requests: instantiate a form instance with the passed POST variables and then check if it's valid.
Overrides
This method is overriden in:
▷ def put(self, *args, **kwargs)