Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Changelog

Byron Ruth edited this page May 6, 2013 · 1 revision

1.1.5 (In Development)

  • Add support for Django 1.5
  • Fix Python 2.6 compatibility with string format positions
  • Improve support for requiring or excluding specific routes
  • Fix ModelTreeQuerySet to ensure no redundant modeltrees are created during a clone
  • Improve LazyModelTrees to prevent creating different trees for the same model
  • Fix #6 - wrong primary key being used when constructing joins
  • Fix assumption for lowercasing app name prior to import
    • Package are of course case sensitive
  • Improve lookup logic for 'model' in config
    • The app.model syntax is now valid
  • Refactor print_node_path => print_traversal_path, add colors and labels
  • Fix #4
  • Add query_condition convenience method for creating a Q object

1.0.0 - Initial release

Clone this wiki locally