dispatch(request, *args, **kwargs) The view part of the view – the method that accepts a request argument
Class-based views API reference. For introductory material, see the Class-based views topic guide.
http_method_not_allowed(request, *args, **kwargs) If the view was called with a HTTP method it doesn’t support, this method
class YearArchiveView [source] A yearly archive page showing all available months in a given
template_name_suffix The UpdateView page displayed to a GET request uses a template_name_suffix
class django.views.generic.edit.FormView A view that displays a form. On error, redisplays the form with validation errors;
class BaseDateDetailView [source]
class django.views.generic.base.TemplateView Renders a given template, with the context containing parameters captured in the
make_object_list A boolean specifying whether to retrieve the full list of objects for this year and pass those to the template
http_method_names The list of HTTP method names that this view will accept. Default:
Page 1 of 5