#16464: Ref for DateDetailView lists wrong mixins ----------------------+------------------------------- Reporter: michal@… | Owner: nobody Type: Bug | Status: new Milestone: | Component: Documentation Version: SVN | Severity: Normal Keywords: | Triage Stage: Unreviewed Has patch: 0 | Easy pickings: 0 UI/UX: 0 | ----------------------+------------------------------- https://code.djangoproject.com/browser/django/trunk/docs/ref/class-based- views.txt?rev=16381#L1303
Lists: * :class:`django.views.generic.list.MultipleObjectTemplateResponseMixin` * :class:`django.views.generic.dates.BaseDateListView` As mixins for the DateDetailView, when according to: https://code.djangoproject.com/browser/django/trunk/django/views/generic/dates.py?rev=16363#L481 the correct entries should be: * :class:`django.views.generic.list.SingleObjectTemplateResponseMixin` * :class:`django.views.generic.dates.BaseDateDetailView` -- Ticket URL: <https://code.djangoproject.com/ticket/16464> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.