summaryrefslogtreecommitdiff
path: root/mirrors/models.py
AgeCommit message (Expand)Author
2011-07-29mirrors: do protocol formatting in templateDan McGee
2011-06-14Allow mirror country field to be persisted to DB as NULLDan McGee
2011-04-12Add optional country override for individual mirror URLsDan McGee
2011-04-07Utilize Django 1.3 'on_delete' feature on several foreign keysDan McGee
2011-04-05Make mirror name and URLs uniqueDan McGee
2011-03-03Add ordering to mirror protocolsDan McGee
2011-02-27Auto-resolve mirror URLs on saveDan McGee
2011-02-27Auto map the protocol URL fieldDan McGee
2010-12-07Fix mirror check unicode functionDan McGee
2010-10-13Add has_ipv{4,6} to MirrorUrlPyroPeter
2010-09-30Add is_download field to mirror protocolsDan McGee
2010-09-24Add a basic mirror details pageDan McGee
2010-09-24Make general mirror list view publicDan McGee
2010-09-21Add new MirrorLog model and associated migrationDan McGee
2010-09-06Move mirror models out of main appDan McGee
2010-09-06Put mirrors app under South controlDan McGee