summaryrefslogtreecommitdiffstats
path: root/main/migrations/0034_update_content_type.py
AgeCommit message (Collapse)AuthorFilesLines
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>