Django views: Using a queryset with exclude after a for loop

后端 未结 0 786
慢半拍i
慢半拍i 2021-02-02 05:47

in my views.py I have a queryset (bytes) that I loop through, adding a style property to certain items in the queryset:

bytes = Byte.objects.order_by         


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