Mercurial > public > sg101
log gpp/weblinks/models.py @ 568:7cec8d6f9581
age | author | description |
---|---|---|
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. |