> shouldn't this be
>         results = paginator.page(pager).object_list

Thanks, Adi. I get the same result set with that. The only exception
is that I get the following error:

'generator' object has no attribute 'has_next'

If I comment out the 'has_next' and 'has_previous' lines in the
render_to_response, the page displays, but with the same problem: all
results on one page and no results on following pages.

More info:
I believe my URL should be formatted like this upon returning a search
result:

http://127.0.0.1:8000/Catalog/search/?page=1

but it's like this upon returning a search result:

http://127.0.0.1:8000/Catalog/search/

Thanks,
ME
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to