django-wordpress v0.2 Release Notes

    • disabled support for Link.category_id and Post.category_id (WordPress 3.x)
    • added the WP_DATABASE setting to specify which database the wordpress content is coming from
    • โž• added mapping for TermTaxonomyRelationship so there is no more hand-crafted SQL being run
    • ๐Ÿ‘ PostManager.term() now supports multiple terms
    • added Term.get_absolute_url()
    • ensured that WordPress tables are not created or deleted by Django by marking them as unmanaged

    ๐Ÿš€ Thanks to twig for this release!