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