summaryrefslogtreecommitdiffstats
path: root/news/urls.py
AgeCommit message (Collapse)AuthorFilesLines
2012-04-27Migrate news views to class-based generic viewsDan McGee1-7/+18
Signed-off-by: Dan McGee <dan@archlinux.org>
2012-03-24Change Django urls.py importDan McGee1-1/+1
Until Django 1.3, the functions include(), patterns() and url() plus handler404, handler500 were located in a django.conf.urls.defaults module. In Django 1.4, they live in django.conf.urls. Signed-off-by: Dan McGee <dan@archlinux.org>
2011-01-10Fix old news URLs not redirecting properlyDan McGee1-2/+2
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-12-13Move news urls into own fileDan McGee1-0/+14
Signed-off-by: Dan McGee <dan@archlinux.org>