log gpp/bio/models.py @ 562:98b373ca09f3

age author description
Wed, 08 Feb 2012 18:58:57 -0600 Brian Neal For bitbucket issue #3, ensure that changes to Profile, Post & Topic models
Thu, 02 Feb 2012 20:09:19 -0600 Brian Neal Changed the avatar upload_to path to not rely on the user supplied name,
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.