summaryrefslogtreecommitdiffstats
path: root/mirrors/migrations/0003_auto__add_mirrorlog.py
AgeCommit message (Collapse)AuthorFilesLines
2014-09-01Remove old south migrationsDan McGee1-72/+0
Django 1.7 has built-in migrations support, so we no longer want these around. All existing installs should be fully migrated at this point to the latest schema. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-09-21Add new MirrorLog model and associated migrationDan McGee1-0/+72
Signed-off-by: Dan McGee <dan@archlinux.org>