How to retrieve filtered queryset used to render form fields in Django?
I have a Django form that contains a table with rows that reflect course objects from a database . Each row contains a checkbox input. This form also has some submit buttons that allow the user to filter the course objects shown in the table (besides a generic submit button).