This index provides an alternate organization of the reference documentation for class-based views. For each view, the effective attributes and methods from the class tree are represented under that view. For the reference documentation organized by the class which defines the behavior, see Class-based views.
See also
Classy Class-Based Views provides a nice interface to navigate the class hierarchy of the built-in class-based views.
View
¶Attributes (with optional accessor):
Methods
TemplateView
¶Attributes (with optional accessor):
Methods
RedirectView
¶Attributes (with optional accessor):
Methods
delete()
get()
head()
options()
post()
put()
DetailView
¶Attributes (with optional accessor):
Methods
ListView
¶Attributes (with optional accessor):
Methods
FormView
¶Attributes (with optional accessor):
Methods
CreateView
¶Attributes (with optional accessor):
Methods
UpdateView
¶Attributes (with optional accessor):
Methods
DeleteView
¶Attributes (with optional accessor):
Methods
delete()
get()
head()
post()
ArchiveIndexView
¶Attributes (with optional accessor):
Methods
YearArchiveView
¶Attributes (with optional accessor):
Methods
MonthArchiveView
¶Attributes (with optional accessor):
Methods
WeekArchiveView
¶Attributes (with optional accessor):
Methods
DayArchiveView
¶Attributes (with optional accessor):
Methods
TodayArchiveView
¶Attributes (with optional accessor):
Methods
DateDetailView
¶Attributes (with optional accessor):
Methods
Dec 25, 2023