﻿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
18900	Paginator not working correctly	tejinderss@…	nobody	"I have a haystack searchqueryset (a list) and whenever i try to create a paginator out of it, the last element becomes None. Here is the example:

>> sqs
[<SearchResult: tutoring.tutor (pk=u'2')>, <SearchResult: tutoring.tutor (pk=u'1')>]
sqs.count() is 2

>> results.object_list # pagination results on same sqs list
[<SearchResult: tutoring.tutor (pk=u'2')>, None]

Here is the link to the stackoverflow question:
http://stackoverflow.com/questions/12253403/haystack-sqs-not-working-properly-with-django-pagination

"	Uncategorized	closed	Core (Other)	1.4	Normal	invalid		jason@…	Unreviewed	0	0	0	0	0	0
