jamespacileo / django-pure-pagination

Django pagination based upon the core pagination module
BSD 3-Clause "New" or "Revised" License
701 stars 171 forks source link

Allow to customize (global) settings for a `Paginator` object. #39

Open ppo opened 8 years ago

ppo commented 8 years ago

Use case: Need to change settings for a given view, independently from the global settings. In CBV, one can customize the Paginator by overriding the get_paginator() method provided by the PaginationMixin.