﻿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
1512	Paginator still uses old api style in magic removal version	the_deco	Adrian Holovaty	"The Object ""ObjectPaginator"" from the Paginator package has still old api style calls which should be replaced:


{{{
In [12]: ObjectPaginator.
ObjectPaginator._get_hits          ObjectPaginator.get_page           ObjectPaginator.has_previous_page  ObjectPaginator.pages
ObjectPaginator._get_pages         ObjectPaginator.has_next_page      ObjectPaginator.hits
}}}

Namely, these are all methods with get_ in their name. These should be adjusted to the new api style to not cause confusion,

e.g. ObjectPaginator.get_page -> ObjectPaginator.page

This is just a personal opinion because it confused me while I was migrating to magic removal so feel free to flame me ;)

decoder"	enhancement	closed	Template system	magic-removal	minor	invalid	paginator		Unreviewed	0	0	0	0	0	0
