log gpp/shoutbox/views.py @ 496:61b81b97f02f

age author description
Thu, 16 Sep 2010 01:06:43 +0000 Brian Neal For #93: remove the page number from the URL. This commit fixes the shoutbox and member list. It also contains a change to downloads to add pagination to the new, popular, and highest rated views.
Fri, 18 Dec 2009 04:30:49 +0000 Brian Neal Implement #43, various shoutbox improvements.
Sat, 24 Oct 2009 02:39:19 +0000 Brian Neal Reduced some sql queries by adding a select_related and monkey patching user profiles onto a user list in shoutbox and the bio/member's list, respectively.
Sun, 13 Sep 2009 04:09:08 +0000 Brian Neal Need an import for the InvalidPage exception from django.core.paginator.