get(request, *args, **kwargs) Adds object_list to the context. If
object When using UpdateView you have access to self.object, which is the object being updated.
get_redirect_url(*args, **kwargs) Constructs the target URL for redirection. The default implementation
class TodayArchiveView [source] A day archive page showing all objects for today
class BaseYearArchiveView [source]
class BaseMonthArchiveView [source]
class ArchiveIndexView [source] A top-level index page showing the “latest” objects, by date
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
template_name_suffix The DeleteView page displayed to a GET request uses a template_name_suffix
Page 4 of 5