log gpp/weblinks/models.py @ 572:368d731af479

age author description
2012-05-03 Brian Neal For Django 1.4, remove verify_exists from model field definitions.
2010-10-02 Brian Neal Fixing #128 and #129. Add elsewhere weblinks to search content. Add support for haystack's get_update_field() method.
2010-09-15 Brian Neal For #93: fix url scheme for weblinks.
2010-09-11 Brian Neal In support of #92, create management commands to import link and podcast data from the old site in CSV format.
2010-06-06 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.
2010-05-01 Brian Neal Resolve ticket #74. Add user badges. Some extra credit was done here: also refactored how pending news, links, and downloads are handled.
2010-04-03 Brian Neal Implement #68: add a denormalized count field to weblinks Category model to reduce database queries.
2010-04-01 Brian Neal Added select_related() to weblinks.
2010-03-28 Brian Neal Fixing #64. Updating all model save() methods to use *args and **kwargs. Django 1.2 has new keyword arguments.
2010-01-03 Brian Neal Implement #49; use POST for updating link hit counts. Also refactored a bit and use javascript to report broken links.
2009-04-19 Brian Neal Created a template tag for the latest weblinks: latest_weblinks. This necessitated adding a get_absolute_url function for the Link model along with a new view for it.
2009-04-06 gremmie Initial import of sg101 stuff from private repository.