ModelAdmin.get_paginator(request, queryset, per_page, orphans=0, allow_empty_first_page=True)
[source]
Returns an instance of the paginator to use for this view. By default, instantiates an instance of paginator
.
ModelAdmin.get_paginator(request, queryset, per_page, orphans=0, allow_empty_first_page=True)
[source]
Returns an instance of the paginator to use for this view. By default, instantiates an instance of paginator
.
Please login to continue.