apps
certego_saas.apps
certego_saas.user
ext
certego_saas.ext
certego_saas.ext.Upload
certego_saas.ext.exceptions
certego_saas.ext.helpers
certego_saas.ext.log
certego_saas.ext.managers
certego_saas.ext.middlewares
certego_saas.ext.mixins
certego_saas.ext.models
certego_saas.ext.pagination
certego_saas.ext.serializers
certego_saas.ext.throttling
certego_saas.ext.views
certego_saas.ext.viewsets
DRF pagination
certego_saas.ext.pagination.
CustomPageNumberPagination
Bases: rest_framework.pagination.PageNumberPagination
rest_framework.pagination.PageNumberPagination
Extends DRF’s PageNumberPagination to allow dynamic toggling of pagination using a query parameter called paginate that takes boolean input (default true).
PageNumberPagination
paginate
true
paginate_queryset
Paginate a queryset if required, either returning a page object, or None if pagination is not configured for this view.