How can I use tuple in Django expressions? I want to be able to annotate QuerySet with some tuple, so that I can make ordering according to that annotation or f
QuerySet