django-pagination icon indicating copy to clipboard operation
django-pagination copied to clipboard

Per page

Open maksymx opened this issue 13 years ago • 0 comments

Added an option, when user can choose a number of objects per page. Developer can add this option like inclusion tags {% perpageselect 10 20 30 %} and {% perpageanchors 10 20 30 %} where "10 20 30" are numbers of objects perpage (it can be absolutely divert numbers). I also use a django session for it

maksymx avatar Aug 15 '12 13:08 maksymx