In Django, what's the difference between the following two:Article.objects.values_list('comment_id', flat=True).distinct()vs ...
確定! 回上一頁