log gpp/bio/models.py @ 259:75ea1a8be7f2

age author description
Tue, 21 Sep 2010 23:49:05 +0000 Brian Neal Fix some old import problems where I used 'from django.contrib import auth' instead of 'from django.contrib.auth.models import User'. Also some formatting changes while I was in there.
Mon, 07 Jun 2010 03:37:36 +0000 Brian Neal For #51; add user profiles to Haystack search.
Sat, 29 May 2010 04:51:28 +0000 Brian Neal Implement #84; additional checks on spammers; implement stranger status.
Sat, 01 May 2010 21:53:59 +0000 Brian Neal Resolve ticket #74. Add user badges. Some extra credit was done here: also refactored how pending news, links, and downloads are handled.
Sun, 13 Dec 2009 08:11:16 +0000 Brian Neal Implement #38: add function to mark user as a spammer. Display only active members on member list. Display login form as table (not sure why wasn't doing this before).
Fri, 27 Nov 2009 21:55:32 +0000 Brian Neal Ticket #15, add a way to report user profiles.