log gpp/news/views.py @ 499:1a09a7bea000

age author description
2011-03-26 Brian Neal Fixing #193; reduce news query counts by grabbing tags and comment counts in bulk. Increased news items per page from 5 to 10.
2010-09-21 Brian Neal Fix some old import problems where I used 'from django.contrib import auth' instead of 'from django.contrib.auth.models import User'. Also some formatting changes while I was in there.
2010-09-15 Brian Neal For #93: fix url scheme for downloads.
2010-09-15 Brian Neal For #93: fix url scheme for the news application.