Mercurial > public > sg101
log gpp/weblinks/models.py @ 220:71fd8454688b
age | author | description |
---|---|---|
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. |
Thu, 01 Apr 2010 02:01:33 +0000 | Brian Neal | Added select_related() to weblinks. |