Open ppo opened 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.
Paginator
get_paginator()
PaginationMixin
Use case: Need to change settings for a given view, independently from the global settings. In CBV, one can customize the
Paginator
by overriding theget_paginator()
method provided by thePaginationMixin
.