evorepo/mirrors
Dan McGee 76c37ce3ac Replace deprecated direct_to_template() with render() shortcut
Now that Django actually provides a concise way to use a RequestContext
object without instantiating it, we can use that rather than the old
function-based generic view that worked well to do the same.
Additionally, these function-based generic views will be gone in Django
1.5, so might as well make the move now.

Signed-off-by: Dan McGee <dan@archlinux.org>
2012-07-24 19:57:20 -05:00
..
fixtures Don't select FTP by default in mirrorlists 2012-02-13 12:36:37 -06:00
management Remove custom utc_now() function, use django.utils.timezone.now() 2012-07-24 19:57:20 -05:00
migrations mirrors: add an alternate_email column 2012-05-18 21:36:05 -05:00
templatetags PyLint suggested cleanups 2011-12-11 19:52:27 -06:00
__init__.py added mirrors app from archweb_pub 2009-11-09 22:24:46 -02:00
admin.py mirrors: add an alternate_email column 2012-05-18 21:36:05 -05:00
models.py mirrors: add an alternate_email column 2012-05-18 21:36:05 -05:00
urls_mirrorlist.py Allow mirrorlist generator pattern to match any protocol 2012-05-02 12:23:21 -05:00
urls.py Add ability to restrict status report to single tier 2012-05-13 20:37:27 -05:00
utils.py Remove custom utc_now() function, use django.utils.timezone.now() 2012-07-24 19:57:20 -05:00
views.py Replace deprecated direct_to_template() with render() shortcut 2012-07-24 19:57:20 -05:00