summaryrefslogtreecommitdiff
path: root/main/migrations/0058_auto__add_on_delete_attributes.py
AgeCommit message (Collapse)Author
2012-04-08Add migrations for on_delete attributesDan McGee
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>