﻿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
7192	class Paginator::def _get_count(self):	kamanwu	nobody	"change:
            self._count = len(self.object_list)
to:
            try:
                self._count = int(self.object_list.count())
            except (AttributeError, TypeError, ValueError):
                self._count = len(self.object_list)
"		closed	Tools	dev		wontfix	Paginator		Unreviewed	0	0	0	0	0	0
