summaryrefslogtreecommitdiffstats
path: root/mirrors/migrations/0012_auto__add_on_delete_attribute.py
AgeCommit message (Collapse)AuthorFilesLines
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-08Add migrations for on_delete attributesDan McGee1-0/+68
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>