Mercurial > public > bravenewsurf
log bns_website/news/models.py @ 83:f320699478d7
age | author | description |
---|---|---|
Sun, 06 Nov 2011 22:13:27 -0600 | Bob Mourlam | I added a get_absolute_url() to the news model so I can use that in the news template tag to create a link to the correct anchor on the news list page. |
Sun, 06 Nov 2011 20:22:07 -0600 | Bob Mourlam | I changed the New tag to be the last 30 days instead of 3. |
Mon, 31 Oct 2011 22:08:45 -0500 | Bob Mourlam | - I added a little New badge for posts in the last 3 days. |
Mon, 31 Oct 2011 20:55:02 -0500 | Bob Mourlam | I change the news model to have reverse chronological ordering. |
Sun, 30 Oct 2011 21:33:45 -0500 | Bob Mourlam | My first stab at the news app. The template is a little dull, but it's a start. |