summaryrefslogtreecommitdiffstats
path: root/packages/migrations/0011_auto__chg_field_signoffspecification_user.py
AgeCommit message (Collapse)AuthorFilesLines
2011-11-14Allow population of signoff specs with SVN commit messagesDan McGee1-0/+165
This pulls them from the latest SVN commit on trunk. We don't have a failproof method of getting the exact right commit, but this should be close if it is run on a regular basis via cron (aka hourly). Note that running locally, I needed the development version of South to get the migration included here to apply because of information_schema changes in the current version of MySQL. Signed-off-by: Dan McGee <dan@archlinux.org>