Error with paginating the exact number of records as json result in django
问题 My problem is that my returning json is not the expecting one based on the limit that I have given to my paginator. For example, when I am giving the limit 11 to define the number of my returning results per page, after the request the paginator returns only 10. This happens when I am requesting records above 10. Below 10 the json result is right. my view class ProductSerialNumbersListJSon(LoginRequiredMixin,BaseDatatableView): # my model model = ProductSerialNumbers columns = ['snumber' ,