summaryrefslogtreecommitdiffstats
path: root/mirrors/migrations/0013_rename_country_fields.py
AgeCommit message (Collapse)AuthorFilesLines
2012-04-26Remove now-unused NullCharFieldDan McGee1-1/+1
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>
2012-04-25Rename mirror country fields to country_old in prep for normalizationDan McGee1-0/+68
We're going to move to using ISO 2 character codes via django countries, so start by moving the old data out of the way first. Signed-off-by: Dan McGee <dan@archlinux.org>