log gpp/weblinks/models.py @ 574:ddd69a8e07c7

age author description
Wed, 02 May 2012 20:51:38 -0500 Brian Neal For Django 1.4, remove verify_exists from model field definitions.
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.
Wed, 15 Sep 2010 03:24:01 +0000 Brian Neal For #93: fix url scheme for weblinks.
Sat, 11 Sep 2010 21:07:28 +0000 Brian Neal In support of #92, create management commands to import link and podcast data from the old site in CSV format.
Sun, 06 Jun 2010 20:06:15 +0000 Brian Neal For #51, added weblinks to search. Decided against using the search index to store prerendered results. My fear is this could get too unweildy once we add forums.
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.
Sat, 03 Apr 2010 02:15:04 +0000 Brian Neal Implement #68: add a denormalized count field to weblinks Category model to reduce database queries.