I sovled the problem by change pagination.middleware.PaginationMiddleware
as follows:
old code
--------
request.page = int(request.REQUEST['page'])
new code
--------
request.page = int(request.GET['page'])
Original issue reported on code.google.com by fangzhou...@gmail.com on 22 Oct 2008 at 2:47
Original issue reported on code.google.com by
fangzhou...@gmail.com
on 22 Oct 2008 at 2:47