log gpp/weblinks/models.py @ 185:afb65fa947f1

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