Django - Filtering queryset many times while using the same name?

后端 未结 0 973
无人及你
无人及你 2021-02-06 22:32

in django docs I found this solution for filtering multiple time the same query in many lines:

q1 = Entry.objects.filter(headline__startswith="What")
q2         


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