Changes between Initial Version and Version 1 of Ticket #18421, comment 4
- Timestamp:
- Jun 15, 2012, 12:45:36 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18421, comment 4
initial v1 9 9 TypeError Traceback (most recent call last) 10 10 /var/www/court-listener/alert/<ipython-input-8-d36a5c4802f6> in <module>() 11 ----> 1 contacts = paginator.page(None)11 ----> 1 Paginator([], 25).page(None) 12 12 13 13 /usr/lib/python2.7/dist-packages/django/core/paginator.pyc in page(self, number)