Class ListView

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.

Declaration

source link

Documentation

Inherited methods

Reexports