Changes between Initial Version and Version 1 of Ticket #18421, comment 4


Ignore:
Timestamp:
Jun 15, 2012, 12:45:36 PM (12 years ago)
Author:
Mike Lissner

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18421, comment 4

    initial v1  
    99TypeError                                 Traceback (most recent call last)
    1010/var/www/court-listener/alert/<ipython-input-8-d36a5c4802f6> in <module>()
    11 ----> 1 contacts = paginator.page(None)
     11----> 1 Paginator([], 25).page(None)
    1212
    1313/usr/lib/python2.7/dist-packages/django/core/paginator.pyc in page(self, number)
Back to Top