summaryrefslogtreecommitdiffstats
path: root/mirrors/migrations/0009_auto__chg_field_mirrorurl_country.py
AgeCommit message (Collapse)AuthorFilesLines
2012-04-26Remove now-unused NullCharFieldDan McGee1-3/+3
It would be straightforward if we just needed to remove the field class definition, but we also need to update all migrations that referenced it so we don't have problems starting and migrating from scratch. Signed-off-by: Dan McGee <dan@archlinux.org>
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>