Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-27 | Migrate news views to class-based generic views | Dan McGee | 1 | -7/+18 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2012-03-24 | Change Django urls.py import | Dan McGee | 1 | -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-10 | Fix old news URLs not redirecting properly | Dan McGee | 1 | -2/+2 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2010-12-13 | Move news urls into own file | Dan McGee | 1 | -0/+14 | |
Signed-off-by: Dan McGee <dan@archlinux.org> |