class documentation

class ContextMixin:

Known subclasses: django.views.generic.detail.SingleObjectMixin, django.views.generic.edit.FormMixin, django.views.generic.list.MultipleObjectMixin, django.views.generic.TemplateView

View In Hierarchy

A default context mixin that passes the keyword arguments received by get_context_data() as the template context.
Method get​_context​_data Undocumented
Class Variable extra​_context Undocumented
extra_context =

Undocumented