views.generic.edit.ProcessFormView

class django.views.generic.edit.ProcessFormView A mixin that provides basic HTTP GET and POST workflow.

2016-10-09 18:41:09
views.generic.edit.DeletionMixin.get_success_url()

get_success_url() Returns the url to redirect to when the nominated object has been successfully deleted. Returns success_url

2016-10-09 18:41:05
views.generic.edit.ProcessFormView.put()

put(*args, **kwargs) The PUT action is also handled and just passes all parameters through to post()

2016-10-09 18:41:09
views.generic.edit.ModelFormMixin.get_form_kwargs()

get_form_kwargs() Add the current instance (self.object) to the standard get_form_kwargs().

2016-10-09 18:41:08
views.generic.edit.FormMixin.get_form()

get_form(form_class=None) Instantiate an instance of form_class using get_form_kwargs(). If form_class

2016-10-09 18:41:06
views.generic.edit.FormMixin.success_url

success_url The URL to redirect to when the form is successfully processed.

2016-10-09 18:41:07
views.generic.edit.FormMixin.get_form_class()

get_form_class() Retrieve the form class to instantiate. By default form_class.

2016-10-09 18:41:06
views.generic.edit.FormMixin.get_prefix()

get_prefix() Determine the

2016-10-09 18:41:06
views.generic.edit.ModelFormMixin

class django.views.generic.edit.ModelFormMixin A form mixin that works on ModelForms, rather than a standalone

2016-10-09 18:41:08
views.generic.edit.FormMixin.get_context_data()

get_context_data(**kwargs) New in Django 1.9. Calls

2016-10-09 18:41:06