[Django] 発行したSQLを表示 techback 2年前 queryset = Model.objects.all() print(queryset.query) # SELECT "table"."columnA", "table"."columnB" FROM "table"