summaryrefslogtreecommitdiffstats
path: root/mirrors/migrations
AgeCommit message (Expand)AuthorFilesLines
2013-05-31Add active column to mirror URLsDan McGee1-0/+83
2013-04-10Allow mirror rsync IPs to be IPv4/IPv6 addresses or networksrelease_2013-04-10Dan McGee1-0/+85
2013-03-06Add location ID to mirror logsDan McGee1-0/+83
2013-03-06Add 'created' field to more mirror modelsDan McGee1-0/+97
2013-03-06Add mirror check locations modelDan McGee1-0/+83
2013-01-20Lengthen the mirror rsync IP address fieldDan McGee1-0/+66
2013-01-14Drop country column from mirror tableDan McGee1-0/+70
2013-01-14Add migration to move country data down to the URL levelDan McGee1-0/+74
2012-08-07Push more default values down into the databaseDan McGee4-5/+5
2012-05-18mirrors: add an alternate_email columnDan McGee1-0/+68
2012-05-13Change mirror log error text to unlimited lengthDan McGee1-0/+66
2012-04-26Remove now-unused NullCharFieldDan McGee8-10/+10
2012-04-25Finish django countries implementationDan McGee1-0/+76
2012-04-25Add django_countries country code fields and population migrationsDan McGee2-0/+167
2012-04-25Rename mirror country fields to country_old in prep for normalizationDan McGee1-0/+68
2012-04-20Fix ContentType related migrationsDan McGee1-1/+20
2012-04-08Add migrations for on_delete attributesDan McGee1-0/+68
2012-02-13Don't select FTP by default in mirrorlistsDan McGee2-0/+133
2011-06-14Allow mirror country field to be persisted to DB as NULLDan McGee1-0/+66
2011-04-12Add optional country override for individual mirror URLsDan McGee1-0/+67
2011-04-05Make mirror name and URLs uniqueDan McGee1-0/+66
2010-10-13Add has_ipv{4,6} to MirrorUrlPyroPeter1-0/+66
2010-09-30Add is_download field to mirror protocolsDan McGee2-0/+126
2010-09-29Fix migration dependencies exposed after moving modelsDan McGee1-0/+4
2010-09-21Add new MirrorLog model and associated migrationDan McGee1-0/+72
2010-09-06Move mirror models out of main appDan McGee1-0/+57
2010-09-06Put mirrors app under South controlDan McGee2-0/+17