Django Rest Framework: LimitZeroNoResultsPagination custom pagination
When talking about LimitOffsetPagination in django rest framework, it handles limit as strictly positive integer only (1,2,3,4.......). Whenever you send any non positive numbers/negative numbers including zero (0) to the limit query LimitOffsetPagin...
djangotherightway.com2 min read