I have an error on a filter : need more than 1 value to unpack
Is it correct :
groups_list = Group.objects.filter({'assignment__in': editedcourse.assignment.all()})
I think it is a syntax error, or given arguments lack off but I can’t correct it :/
try without { } and ”
or