class django.views.generic.edit.FormView A view that displays a form. On error, redisplays the form with validation errors;
dispatch(request, *args, **kwargs) The view part of the view – the method that accepts a request argument
http_method_not_allowed(request, *args, **kwargs) If the view was called with a HTTP method it doesn’t support, this method
get_make_object_list() Determine if an object list will be returned as part of the context. Returns make_object_list
query_string Whether to pass along the GET query string to the new location. If True, then the query string is
class MonthArchiveView [source] A monthly archive page showing all objects in a given month
pattern_name The name of the URL pattern to redirect to. Reversing will be done using the same args and kwargs as are passed
template_name_suffix The CreateView page displayed to a GET request uses a template_name_suffix
class django.views.generic.base.RedirectView Redirects to a given URL. The given URL may contain
Class-based views API reference. For introductory material, see Using mixins with class-based views. Simple
Page 2 of 5