summaryrefslogtreecommitdiffstats
path: root/news/migrations/0010_auto__chg_field_news_author.py
AgeCommit message (Collapse)AuthorFilesLines
2012-04-08Add migrations for on_delete attributesDan McGee1-0/+65
I don't think these end up doing anything at the database level, but since South insists on generating alter_column() calls for these changes, do them once so they don't keep reappearing in auto-generated future migrations. Signed-off-by: Dan McGee <dan@archlinux.org>