summaryrefslogtreecommitdiffstats
path: root/mirrors/migrations/0015_assign_country_codes.py
AgeCommit message (Collapse)AuthorFilesLines
2014-02-22Upgrade django-countries to 2.0Dan McGee1-2/+2
Signed-off-by: Dan McGee <dan@archlinux.org>
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-25Add django_countries country code fields and population migrationsDan McGee1-0/+93
This adds these columns and attempts to populate them with data from our existing country column data. Signed-off-by: Dan McGee <dan@archlinux.org>