“Views” genéricas baseadas em classes - índice linear

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.

Ver também

Classy Class-Based Views provides a nice interface to navigate the class hierarchy of the built-in class-based views.

“Views” genéricas simples.

View

class View

Attributes (com acessor opcional):

Métodos

TemplateView

class TemplateView

Attributes (com acessor opcional):

Métodos

RedirectView

class RedirectView

Attributes (com acessor opcional):

Métodos

“Views” de detalhes

DetailView

class DetailView

Attributes (com acessor opcional):

Métodos

“Views” de listagem

ListView

class ListView

Attributes (com acessor opcional):

Métodos

“Views” de edição

FormView

class FormView

Attributes (com acessor opcional):

Métodos

CreateView

class CreateView

Attributes (com acessor opcional):

Métodos

UpdateView

class UpdateView

Attributes (com acessor opcional):

Métodos

DeleteView

class DeleteView

Attributes (com acessor opcional):

Métodos

“Views” de dados baseados em datas

ArchiveIndexView

class ArchiveIndexView

Attributes (com acessor opcional):

Métodos

YearArchiveView

class YearArchiveView

Attributes (com acessor opcional):

Métodos

MonthArchiveView

class MonthArchiveView

Attributes (com acessor opcional):

Métodos

WeekArchiveView

class WeekArchiveView

Attributes (com acessor opcional):

Métodos

DayArchiveView

class DayArchiveView

Attributes (com acessor opcional):

Métodos

TodayArchiveView

class TodayArchiveView

Attributes (com acessor opcional):

Métodos

DateDetailView

class DateDetailView

Attributes (com acessor opcional):

Métodos