summaryrefslogtreecommitdiffstats
path: root/mirrors/models.py
AgeCommit message (Expand)AuthorFilesLines
2019-01-21mirrors: fix leftover unicodeJelle van der Waa1-1/+1
2019-01-21Refactor Python 3 __unicode__ to __str__Frank Vanderham1-6/+6
2019-01-21mirrors: Update urlparse imports for Python 3Jelle van der Waa1-1/+1
2018-11-17Fix Foreignkey implicit on_delete on django < 2.0Jelle van der Waa1-4/+4
2018-07-22mirrors: add test for mirrorresolv codeJelle van der Waa1-2/+1
2017-12-29Add mirror detail URLs to JSON output (#71)Johannes Löthberg1-0/+9
2014-11-08Make delay a property, not a functionDan McGee1-0/+1
2014-11-01Add bandwidth field to mirror URLsDan McGee1-1/+2
2014-09-01Fix up some IP address field issuesDan McGee1-2/+2
2014-09-01Add details link to mirror status pagerelease_2014-09-01Dan McGee1-5/+8
2014-03-29Add last_modified column to mirrorsDan McGee1-0/+1
2013-12-23Change import location of django_countries fieldsDan McGee1-1/+1
2013-12-15Add mirror URL details pageDan McGee1-0/+2
2013-12-15Add delay function to MirrorLog modelDan McGee1-0/+7
2013-12-14Add Flyspray Bug field to mirror modelDan McGee1-0/+1
2013-06-01Ensure only active mirror URLs are listedDan McGee1-0/+1
2013-05-31Add active column to mirror URLsDan McGee1-0/+1
2013-05-21Begin removal of FTP mirror supportDan McGee1-1/+1
2013-04-16Various minor code cleanups and fixesrelease_2013-04-16Dan McGee1-1/+1
2013-04-10Allow mirror rsync IPs to be IPv4/IPv6 addresses or networksrelease_2013-04-10Dan McGee1-1/+2
2013-03-29Add IP family lookup to CheckLocation modelDan McGee1-0/+9
2013-03-06Add location ID to mirror logsDan McGee1-0/+1
2013-03-06Add family property to mirror check locationDan McGee1-0/+7
2013-03-06Add 'created' field to more mirror modelsDan McGee1-2/+7
2013-03-06Add mirror check locations modelDan McGee1-1/+22
2013-01-20Lengthen the mirror rsync IP address fieldDan McGee1-2/+3
2013-01-14Drop country column from mirror tableDan McGee1-6/+1
2012-11-12Prefetch the available protocols on the mirror overview pageDan McGee1-5/+0
2012-11-12Add get_latest_by to MirrorLog Meta classDan McGee1-0/+1
2012-07-31Declare 'enums' at class scopeDan McGee1-8/+7
2012-05-18mirrors: add an alternate_email columnDan McGee1-0/+1
2012-05-13Change mirror log error text to unlimited lengthDan McGee1-1/+5
2012-04-26Remove now-unused NullCharFieldDan McGee1-8/+1
2012-04-25Finish django countries implementationDan McGee1-6/+3
2012-04-25Add django_countries country code fields and population migrationsDan McGee1-1/+4
2012-04-25Rename mirror country fields to country_old in prep for normalizationDan McGee1-4/+4
2012-02-13Don't select FTP by default in mirrorlistsDan McGee1-0/+2
2011-12-07Various small admin touchupsDan McGee1-7/+6
2011-07-29mirrors: do protocol formatting in templateDan McGee1-1/+1
2011-06-14Allow mirror country field to be persisted to DB as NULLDan McGee1-3/+12
2011-04-12Add optional country override for individual mirror URLsDan McGee1-0/+6
2011-04-07Utilize Django 1.3 'on_delete' feature on several foreign keysDan McGee1-2/+2
2011-04-05Make mirror name and URLs uniqueDan McGee1-2/+2
2011-03-03Add ordering to mirror protocolsDan McGee1-0/+1
2011-02-27Auto-resolve mirror URLs on saveDan McGee1-2/+23
2011-02-27Auto map the protocol URL fieldDan McGee1-1/+13
2010-12-07Fix mirror check unicode functionDan McGee1-1/+1
2010-10-13Add has_ipv{4,6} to MirrorUrlPyroPeter1-0/+2
2010-09-30Add is_download field to mirror protocolsDan McGee1-0/+8
2010-09-24Add a basic mirror details pageDan McGee1-0/+6