Django: query set, multiple filters. Can i set the order in which the WHERE clause is formed so that it will help me in indexing

后端 未结 0 790
伪装坚强ぢ
伪装坚强ぢ 2020-12-03 02:10

I have the following query in django:

            end_date = timezone.now()
            start_date = end_date + timedelta(-5*365)
            queryset = (
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题