View mixins¶
djmvc composes generic views from these mixins. Set class attributes on a
cloned view (ListView.clone(paginate_by=10)) or on a subclass. Templates
receive the view instance as view in context.
View documents ViewMixin. Model mixin documents
ModelMixin.