Migrate the diffviewer away from ObjectPaginator
Review Request #341 — Created April 4, 2008 and submitted
ObjectPaginator was deprecated in Django r7306. This patch makes the diffviewer work with the new Paginator instead.
Manual testing -- the deprecation warnings went away, and paging still seems to work correctly.