Commit 42197e31 authored by Rocky Meza's avatar Rocky Meza Committed by Tim Graham
Browse files

Fixed the base class note in the Date Views docs.

parent 68b540c9
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -612,7 +612,10 @@ DateDetailView

    All of the generic views listed above have matching ``Base`` views that
    only differ in that they do not include the
    :class:`~django.views.generic.detail.SingleObjectTemplateResponseMixin`:
    :class:`~django.views.generic.list.MultipleObjectTemplateResponseMixin`
    (for the archive views) or
    :class:`~django.views.generic.detail.SingleObjectTemplateResponseMixin`
    (for the :class:`DateDetailView`):

    .. class:: BaseArchiveIndexView