Class BaseDateDetailView

Detail view of a single object on a single date; this differs from the standard DetailView by accepting a year/month/day in the URL.

Declaration

class BaseDateDetailView(YearMixin, MonthMixin, DayMixin, DateMixin, BaseDetailView)
source link

Documentation

Methods

Inherited methods

Subclasses