log gpp/bio/models.py @ 363:9d470c7a2b93

age author description
Sat, 05 Mar 2011 04:03:30 +0000 Brian Neal Following up on #168; redo some code to make it more DRY. Added a function on the profile to reset the text fields.
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.