#Django Admin Panel Filter Inline

2 messages · Page 1 of 1 (latest)

paper mason
#

I'm trying to filter the 'Student' column in the Mark inline to only show the students that should be taking the assignment. Currently it shows all of the students in the system

#

So im trying to alter the queryset, following the relationships like mark -> assignment -> module -> coursemodule -> course -> student