All Versions
17
Latest Version
Avg Release Cycle
28 days
Latest Release
3689 days ago

Changelog History
Page 2

  • v0.7 Changes

    July 12, 2013
    • honor order of term taxonomy relationships
  • v0.6 Changes

    July 01, 2013
    • remove wp_options.blog_id field as it no longer exists in WP 3.5.x
  • v0.5 Changes

    • ๐Ÿ‘ Django 1.5 support
    • ๐Ÿ›  fixed incorrect lookups for term views
    • โž• added Post.objects.from_path(path) method to load post from WordPress-style URL path
  • v0.4 Changes

    • โž• add class-based views
    • ๐Ÿ—„ deprecate method-based views
  • v0.3 Changes

    • ๐Ÿ›  fix multi-database support
  • v0.2 Changes

    • 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!

  • v0.1 Changes

    • ๐Ÿš€ initial release