log gpp/news/models.py @ 372:7c7201f942fe

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 the news application.
2010-06-10 Brian Neal For #51; change verbose_name & verbose_name_plural so that the Haystack model search form has reasonable labels.
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-06-01 Brian Neal Implement #86, add a front page expiration date to news stories.
2010-05-10 Brian Neal See #31; undid attempts to clear template tag caching when saving news and bulletins, as we don't know the cache key (it is mangled).
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.