order_by not working on a filtered queryset

后端 未结 0 773
你的背包
你的背包 2021-01-25 09:33

i have this view

    def post_list(request,user_id=None):          
        posts = Post.objects.all().order_by(\'-created\')
        
        if user_id:
                


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