django-rest-framework-datatables icon indicating copy to clipboard operation
django-rest-framework-datatables copied to clipboard

Problem with raw queryset

Open doolieSoft opened this issue 1 year ago • 0 comments

Hello,

When I use a raw queryset, I get this exception : image

I have found a solution by replacing queryset.count() by len(queryset) and made a new pull request.

Thanks, Stefano

doolieSoft avatar Mar 30 '24 19:03 doolieSoft