django-rest-framework-datatables
django-rest-framework-datatables copied to clipboard
Problem with raw queryset
Hello,
When I use a raw queryset, I get this exception :
I have found a solution by replacing queryset.count() by len(queryset) and made a new pull request.
Thanks, Stefano