where is the 'ObjectPaginator' in django.core.paginator ??
- by zjm1126
i found this code in http://code.google.com/p/verysmallforumforgae/ manin.py:
from django.core.paginator import ObjectPaginator
but i can't find ObjectPaginator ,my python's version is 2.5
where is it ?
thanks