get(request, *args, **kwargs) Adds object_list to the context. If
options(request, *args, **kwargs) Handles responding to requests for the OPTIONS HTTP verb. Returns a response with the Allow
class BaseYearArchiveView [source]
class TodayArchiveView [source] A day archive page showing all objects for today
class BaseTodayArchiveView [source]
template_name_suffix The DeleteView page displayed to a GET request uses a template_name_suffix
class django.views.generic.edit.UpdateView A view that displays a form for editing an existing object, redisplaying the form
class django.views.generic.list.ListView A page representing a list of objects. While this view
class django.views.generic.edit.CreateView A view that displays a form for creating an object, redisplaying the form with validation
class BaseMonthArchiveView [source]
Page 4 of 5