where is the 'ObjectPaginator' in django.core.paginator ??

Posted by zjm1126 on Stack Overflow See other posts from Stack Overflow or by zjm1126
Published on 2010-04-30T00:38:18Z Indexed on 2010/04/30 0:47 UTC
Read the original article Hit count: 203

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about python

Related posts about objectpaginator