log gpp/weblinks/models.py @ 205:da46e77cd804

age author description
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.