-
A base view for displaying a list of objects.
-
Render some list of objects, set by `self.model` or `self.queryset`. `self.queryset` can actually be any iterable of items, not just a queryset.
-
A mixin for views manipulating multiple objects.
-
Mixin for responding with a template and list of objects.