Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
New features:
* Add support for python 3.5 (dropped 2.6)
* Add support for django 1.9 (dropped 1.4, 1.6, 1.7)
* Add a node_moved signal
* Spanish (Argentina) translation
* `TreeQuerySet.get_cached_trees()`

Fixes etc:
* Much faster `get_queryset_ancestors/descendants`
* Fixed #176 (infinite recursion when using `.only()` / `.defer()`)
* Much improved test coverage
  • Loading branch information
craigds committed Dec 20, 2015
1 parent 8e2f5af commit a65cd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mptt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import unicode_literals

VERSION = (0, 7, 4)
VERSION = (0, 8, 0)


def register(*args, **kwargs):
Expand Down

0 comments on commit a65cd85

Please sign in to comment.