Class-based generic views - flattened index

    See also

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

    class View

    Attributes (with optional accessor):

    Methods

    TemplateView

    class TemplateView

    Attributes (with optional accessor):

    Methods

    RedirectView

    class RedirectView

    Attributes (with optional accessor):

    Methods

    DetailView

    class DetailView

    Attributes (with optional accessor):

    Methods

    ListView

    class ListView

    Attributes (with optional accessor):

    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

    ArchiveIndexView

    class

    Attributes (with optional accessor):

    Methods

    class YearArchiveView

    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

    class DateDetailView

    Attributes (with optional accessor):

    Methods