We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d1734a commit cb6d91dCopy full SHA for cb6d91d
CHANGES.rst
@@ -1,3 +1,9 @@
1
+Changes in version 0.8.11 (beta release)
2
+-------------------------------------------
3
+
4
+* Fix breadcrumbs, used `title`` attribute instead of ``__unicode__()``.
5
6
7
Changes in version 0.8.10 (beta release)
8
-------------------------------------------
9
polymorphic_tree/__init__.py
@@ -1,5 +1,5 @@
# following PEP 386
-__version__ = "0.8.10"
+__version__ = "0.8.11"
# Do some sane version checking
import django
0 commit comments