1👍
✅
Converting my comment to an answer. use distinct after all() method.
>>DeliveryMethod.objects.all().distinct().values_list('country__name')
Source:stackexchange.com