django-polymorphic / django-polymorphic-tree

Polymorphic MPTT tree support for models
Other
171 stars 44 forks source link

Compatibility with django-polymorphic 0.8 #45

Closed fatal10110 closed 8 years ago

fatal10110 commented 8 years ago

From django-polymorphic changelog

BACKWARDS INCOMPATIBILITY: Removed __version__.py in favor of a standard __version__ in polymorphic/__init__.py.

but here https://github.com/edoburu/django-polymorphic-tree/blob/master/polymorphic_tree/admin/parentadmin.py#L9

from polymorphic.__version__ import __version__ as polymorphic_version
vdboor commented 8 years ago

Wow, that was fast :)

I was testing the code today on it, you can enjoy the new 1.2 release.