log bns_website/news/models.py @ 59:f8858447adda

age author description
2011-11-07 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.
2011-11-07 Bob Mourlam I changed the New tag to be the last 30 days instead of 3.
2011-11-01 Bob Mourlam - I added a little New badge for posts in the last 3 days.
2011-11-01 Bob Mourlam I change the news model to have reverse chronological ordering.
2011-10-31 Bob Mourlam My first stab at the news app. The template is a little dull, but it's a start.