summaryrefslogtreecommitdiffstats
path: root/mirrors/migrations/0009_auto__chg_field_mirrorurl_country.py
AgeCommit message (Collapse)AuthorFilesLines
2011-06-15Allow mirror country field to be persisted to DB as NULLDan McGee1-0/+66
You need a custom field type in Django to allow this. Signed-off-by: Dan McGee <dan@archlinux.org>