New issue report by wheaties.box:
The ObjectPaginator utility has been removed completely from the most
modern versions of Django. In preparation for the official release of
Django 1.0, I would switch to Paginator. Maybe you could do something
like...
{{{
try:
from django.core.paginator import Paginator
except ImportError:
from django.core.paginator import ObjectPaginator as Paginator
}}}
...to help maintain a little backwards compatibility.
Issue attributes:
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings