object When using UpdateView you have access to self.object, which is the object being updated.
options(request, *args, **kwargs) Handles responding to requests for the OPTIONS HTTP verb. Returns a response with the Allow
class django.views.generic.list.ListView A page representing a list of objects. While this view
class TodayArchiveView [source] A day archive page showing all objects for today
get_redirect_url(*args, **kwargs) Constructs the target URL for redirection. The default implementation
class BaseYearArchiveView [source]
class django.views.generic.edit.UpdateView A view that displays a form for editing an existing object, redisplaying the form
class BaseTodayArchiveView [source]
class BaseMonthArchiveView [source]
class ArchiveIndexView [source] A top-level index page showing the “latest” objects, by date
Page 4 of 5