log gpp/bio/models.py @ 398:701730b2fcda

age author description
Mon, 21 Mar 2011 00:39:52 +0000 Brian Neal Fixing #175; add an auto-subscribe and auto-favorite forum topic feature. Added 2 flags to the user profile. Added 2 functions that are called on the post post-save signal that auto-favorite and auto-subscribe the post creator if they have requested this service.
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.