queryset = UnitTestCollection.objects.filter(unit__type=unit_type).values_list('<insert field>', flat=True) 

Read more of this post