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