index
:
mirror/parabola/parabolaweb
archweb
archweb-generic
lukeshu/netboot
master
mirror of git://projects.parabola.nu/parabolaweb.git
Parabola git mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mirrors
/
models.py
Age
Commit message (
Expand
)
Author
2013-04-16
Various minor code cleanups and fixes
release_2013-04-16
Dan McGee
2013-04-10
Allow mirror rsync IPs to be IPv4/IPv6 addresses or networks
release_2013-04-10
Dan McGee
2013-03-29
Add IP family lookup to CheckLocation model
Dan McGee
2013-03-06
Add location ID to mirror logs
Dan McGee
2013-03-06
Add family property to mirror check location
Dan McGee
2013-03-06
Add 'created' field to more mirror models
Dan McGee
2013-03-06
Add mirror check locations model
Dan McGee
2013-01-20
Lengthen the mirror rsync IP address field
Dan McGee
2013-01-14
Drop country column from mirror table
Dan McGee
2012-11-12
Prefetch the available protocols on the mirror overview page
Dan McGee
2012-11-12
Add get_latest_by to MirrorLog Meta class
Dan McGee
2012-07-31
Declare 'enums' at class scope
Dan McGee
2012-05-18
mirrors: add an alternate_email column
Dan McGee
2012-05-13
Change mirror log error text to unlimited length
Dan McGee
2012-04-26
Remove now-unused NullCharField
Dan McGee
2012-04-25
Finish django countries implementation
Dan McGee
2012-04-25
Add django_countries country code fields and population migrations
Dan McGee
2012-04-25
Rename mirror country fields to country_old in prep for normalization
Dan McGee
2012-02-13
Don't select FTP by default in mirrorlists
Dan McGee
2011-12-07
Various small admin touchups
Dan McGee
2011-07-29
mirrors: do protocol formatting in template
Dan McGee
2011-06-14
Allow mirror country field to be persisted to DB as NULL
Dan McGee
2011-04-12
Add optional country override for individual mirror URLs
Dan McGee
2011-04-07
Utilize Django 1.3 'on_delete' feature on several foreign keys
Dan McGee
2011-04-05
Make mirror name and URLs unique
Dan McGee
2011-03-03
Add ordering to mirror protocols
Dan McGee
2011-02-27
Auto-resolve mirror URLs on save
Dan McGee
2011-02-27
Auto map the protocol URL field
Dan McGee
2010-12-07
Fix mirror check unicode function
Dan McGee
2010-10-13
Add has_ipv{4,6} to MirrorUrl
PyroPeter
2010-09-30
Add is_download field to mirror protocols
Dan McGee
2010-09-24
Add a basic mirror details page
Dan McGee
2010-09-24
Make general mirror list view public
Dan McGee
2010-09-21
Add new MirrorLog model and associated migration
Dan McGee
2010-09-06
Move mirror models out of main app
Dan McGee
2010-09-06
Put mirrors app under South control
Dan McGee