In Django 1.4 how can I convert a function-based generic view to a class-based view when the return type is an object_list?
I\'m new to Django and inherited a project