Hi, is there a way to print out MySQL query for example from this line of code
Model.objects.all().order_by(sort_headers.get_order_by())
I want to plan best way of using Django but with > 1 million of objects in my model this is getting too slow. Thanks