log gpp/bio/models.py @ 339:b871892264f2

age author description
Wed, 23 Feb 2011 03:40:18 +0000 Brian Neal Various small changes to reduce database hits.
Sun, 16 Jan 2011 21:06:40 +0000 Brian Neal Fixing #141; cache badge ownership to reduce database hits when browsing forum topics.
Mon, 04 Oct 2010 00:56:54 +0000 Brian Neal Bug fix on r299 (#129).
Sat, 02 Oct 2010 23:24:39 +0000 Brian Neal Fixing #128 and #129. Add elsewhere weblinks to search content. Add support for haystack's get_update_field() method.
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.