Class-based generic views - flattened indexΒΆ
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.
Simple generic viewsΒΆ
View
ΒΆ
- class ViewΒΆ
Attributes (with optional accessor):
Methods
TemplateView
ΒΆ
- class TemplateViewΒΆ
Attributes (with optional accessor):
Methods
RedirectView
ΒΆ
- class RedirectViewΒΆ
Attributes (with optional accessor):
Methods
delete()
get()
head()
options()
post()
put()
Detail ViewsΒΆ
DetailView
ΒΆ
- class DetailViewΒΆ
Attributes (with optional accessor):
Methods
List ViewsΒΆ
ListView
ΒΆ
- class ListViewΒΆ
Attributes (with optional accessor):
Methods
Editing viewsΒΆ
FormView
ΒΆ
- class FormViewΒΆ
Attributes (with optional accessor):
Methods
CreateView
ΒΆ
- class CreateViewΒΆ
Attributes (with optional accessor):
Methods
UpdateView
ΒΆ
- class UpdateViewΒΆ
Attributes (with optional accessor):
Methods
DeleteView
ΒΆ
- class DeleteViewΒΆ
Attributes (with optional accessor):
Methods
delete()
get()
head()
post()
Date-based viewsΒΆ
ArchiveIndexView
ΒΆ
- class ArchiveIndexViewΒΆ
Attributes (with optional accessor):
Methods
YearArchiveView
ΒΆ
- class YearArchiveViewΒΆ
Attributes (with optional accessor):
Methods
MonthArchiveView
ΒΆ
- class MonthArchiveViewΒΆ
Attributes (with optional accessor):
Methods
WeekArchiveView
ΒΆ
- class WeekArchiveViewΒΆ
Attributes (with optional accessor):
Methods
DayArchiveView
ΒΆ
- class DayArchiveViewΒΆ
Attributes (with optional accessor):
Methods
TodayArchiveView
ΒΆ
- class TodayArchiveViewΒΆ
Attributes (with optional accessor):
Methods
DateDetailView
ΒΆ
- class DateDetailViewΒΆ
Attributes (with optional accessor):
Methods