Django Concat Query Error You might need to add explicit type casts

后端 未结 0 706
走了就别回头了
走了就别回头了 2021-01-01 02:56

I am trying to query/filter with annotating generated date field.

This is my query:

trip = Booking.objects.annotate(
    end_date=Concat(
        Extra         


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