Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
ccbv.co.uk
(Uncensored)
subscribe
ListView -- Classy CBV
https://ccbv.co.uk/projects/Django/5.2/django.views.generic.list/ListView/
links
backlinks
ListView in Django 5.0. 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.