class ContextMixin

from django.views.generic.base import ContextMixin
Hierarchy diagram Documentation Source code
A default context mixin that passes the keyword arguments received by
get_context_data as the template context.