summaryrefslogtreecommitdiffstats
path: root/mirrors/admin.py
AgeCommit message (Collapse)AuthorFilesLines
2010-09-30Add is_download field to mirror protocolsDan McGee1-1/+5
This will replace all the usages of '!= rsync' and 'is ftp or http' we have in the code with one check on a boolean flag. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-09-06Move mirror models out of main appDan McGee1-0/+61
South actually makes this relatively painless if you get everything right, so might as well start getting these out of the legacy main application to eventually eliminate models being separate from their views. Signed-off-by: Dan McGee <dan@archlinux.org>