Re: Pagination In APIView.

2016-11-14 Thread Xavier Ordoquy
The pagination is explained at http://www.django-rest-framework.org/api-guide/pagination/#pagenumberpagination and the configuration on a per view basis is in the second part of http://www.django-rest-framework.org/api-guide/pagination/#setting-the-pagination-style Regards, Xavier Ordoquy, Li

Pagination In APIView.

2016-11-13 Thread Rishabh Jain
Can anyone explain how to do pagination in class inherited from APIView , so as to retuen next, count, previous , results value. Thank you. -- You received this message because you are subscribed to the Google Groups "Django REST framework" group. To unsubscribe from this group and stop recei