summaryrefslogtreecommitdiff
path: root/mirrors/migrations
AgeCommit message (Expand)Author
2014-11-01Add bandwidth field to mirror URLsDan McGee
2014-09-01Add auto-generated migrations from new Django migrations frameworkDan McGee
2014-09-01Remove old south migrationsDan McGee
2014-03-29Protect ORM migration portion in db.dry_runDan McGee
2014-03-29Add last_modified column to mirrorsDan McGee
2014-02-22Upgrade django-countries to 2.0Dan McGee
2013-12-14Add update query for extracting Flyspray bug numberDan McGee
2013-12-14Add Flyspray Bug field to mirror modelDan McGee
2013-05-31Add active column to mirror URLsDan McGee
2013-04-10Allow mirror rsync IPs to be IPv4/IPv6 addresses or networksrelease_2013-04-10Dan McGee
2013-03-06Add location ID to mirror logsDan McGee
2013-03-06Add 'created' field to more mirror modelsDan McGee
2013-03-06Add mirror check locations modelDan McGee
2013-01-20Lengthen the mirror rsync IP address fieldDan McGee
2013-01-14Drop country column from mirror tableDan McGee
2013-01-14Add migration to move country data down to the URL levelDan McGee
2012-08-07Push more default values down into the databaseDan McGee
2012-05-18mirrors: add an alternate_email columnDan McGee
2012-05-13Change mirror log error text to unlimited lengthDan McGee
2012-04-26Remove now-unused NullCharFieldDan McGee
2012-04-25Finish django countries implementationDan McGee
2012-04-25Add django_countries country code fields and population migrationsDan McGee
2012-04-25Rename mirror country fields to country_old in prep for normalizationDan McGee
2012-04-20Fix ContentType related migrationsDan McGee
2012-04-08Add migrations for on_delete attributesDan McGee
2012-02-13Don't select FTP by default in mirrorlistsDan 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-05Make mirror name and URLs uniqueDan McGee
2010-10-13Add has_ipv{4,6} to MirrorUrlPyroPeter
2010-09-30Add is_download field to mirror protocolsDan McGee
2010-09-29Fix migration dependencies exposed after moving modelsDan 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