Mercurial > public > sg101
log gpp/weblinks/models.py @ 191:046e6ef0ff45
age | author | description |
---|---|---|
Thu, 01 Apr 2010 02:01:33 +0000 | Brian Neal | Added select_related() to weblinks. |
Sun, 28 Mar 2010 21:41:11 +0000 | Brian Neal | Fixing #64. Updating all model save() methods to use *args and **kwargs. Django 1.2 has new keyword arguments. |
Sun, 03 Jan 2010 04:15:14 +0000 | Brian Neal | Implement #49; use POST for updating link hit counts. Also refactored a bit and use javascript to report broken links. |
Sun, 19 Apr 2009 20:41:37 +0000 | 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. |
Mon, 06 Apr 2009 02:43:12 +0000 | gremmie | Initial import of sg101 stuff from private repository. |