options(request, *args, **kwargs) Handles responding to requests for the OPTIONS HTTP verb. Returns a response with the Allow
object When using UpdateView you have access to self.object, which is the object being updated.
template_name_suffix The DeleteView page displayed to a GET request uses a template_name_suffix
class BaseMonthArchiveView [source]
class TodayArchiveView [source] A day archive page showing all objects for today
class BaseYearArchiveView [source]
class django.views.generic.list.BaseListView A base view for displaying a list of objects. It is not intended to be used directly
get_redirect_url(*args, **kwargs) Constructs the target URL for redirection. The default implementation
class django.views.generic.edit.UpdateView A view that displays a form for editing an existing object, redisplaying the form
class BaseTodayArchiveView [source]
Page 4 of 5