﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
15128	Generic view paginator: read paginate_by from GET	themax.ru@…	nobody	"Just a sample:
{{{
    paginate_by = int( request.GET.get('paginate_by', paginate_by) )
    if extra_context is None: extra_context = {}
    queryset = queryset._clone()
    if paginate_by:
        paginator = Paginator(queryset, paginate_by, allow_empty_first_page=allow_empty)
        if not page:
...
}}}

This will allow to change ""paginate_by"" parameter on the fly on the same manner as ""page""."		closed	Generic views	1.2		wontfix	generic view paginator		Unreviewed	0	0	0	0	0	0
