dispatch(request, *args, **kwargs) The view part of the view – the method that accepts a request argument
class YearArchiveView [source] A yearly archive page showing all available months in a given
make_object_list A boolean specifying whether to retrieve the full list of objects for this year and pass those to the template
class BaseDateDetailView [source]
class django.views.generic.edit.DeleteView A view that displays a confirmation page and deletes an existing object. The given
class django.views.generic.edit.FormView A view that displays a form. On error, redisplays the form with validation errors;
class django.views.generic.base.TemplateView Renders a given template, with the context containing parameters captured in the
class DateDetailView [source] A page representing an individual object. If the object has
class DayArchiveView [source] A day archive page showing all objects in a given day. Days
http_method_names The list of HTTP method names that this view will accept. Default:
Page 1 of 5