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