Monday, June 29, 2020

Re: union in get_initial_queryset in datatable

sorry don't get you can you be more clear with your error

On Tue, Jun 30, 2020 at 4:12 AM Rajshree Some <rajshreesome93@gmail.com> wrote:
list=Model1.objects.filter(               reservation__in=Model.objects.filter(resource__in=resources).union(              Model2.objects.filter(       reservation__in=Model.object.filter(resource__in=resources).defer('col4','col5','col6'),                Model3.objects.filter(                   reservation__in=Model.objects.filter(resource__in=resources),\              Model4.objects.filter(                   reservation__in=Model.objects.filter(resource__in=resources).defer('col4')

I am trying to resturn this queryset in get_initial_queryset in datatable.But getting an error 

raise DatabaseError('ORDER BY term does not match any column in the result set.')

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/454e3bec-accf-4bb5-9eb5-1a0c833a4527o%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFujGLykk3YGw2_4T8DU6iEOQv1wbbpaSR9kPrqcTFYejRHY%2Bw%40mail.gmail.com.

No comments:

Post a Comment