objects.filter(artist=a).values_list("name", flat=True)` then `names` would be a QuerySet instance, not a list ...
確定! 回上一頁