summaryrefslogtreecommitdiffstats
path: root/main/migrations/0034_update_content_type.py
AgeCommit message (Collapse)AuthorFilesLines
2012-04-20Fix ContentType related migrationsDan McGee1-21/+5
This should fix the issues reported in FS#23228 for the most part. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-09-09After moving models, update content type tableDan McGee1-0/+169
The one thing that people forget to mention when moving models from one Django app to another. I was fooled here. Signed-off-by: Dan McGee <dan@archlinux.org>