Django-Tagging recently moved to version 0.2 and introduced certain backward-incompatible changes. Due to these changes the tagging support for my blog had broken. The remedy as per the wiki was renaming the tables:
SQLite does not have a rename command, so here is ...