Issue 28 in feedjack: fjlib.py uses ObjectPaginator instead of Paginator

2 views
Skip to first unread message

codesite...@google.com

unread,
Aug 12, 2008, 5:00:41 PM8/12/08
to feedjack...@googlegroups.com
Issue 28: fjlib.py uses ObjectPaginator instead of Paginator
http://code.google.com/p/feedjack/issues/detail?id=28

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

Reply all
Reply to author
Forward
0 new messages