ramusus / django-m2m-history

Django ManyToMany relation field with history of changes
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

is it compatible with django 1.9-1.10 ? #4

Open sosico opened 7 years ago

sosico commented 7 years ago

Hi! I'm getting this error ImportError: cannot import name ManyRelatedObjectsDescriptor

File "/lib/python2.7/site-packages/instagram_api/models.py", line 15, in from m2m_history.fields import ManyToManyHistoryField File "/lib/python2.7/site-packages/m2m_history/fields.py", line 3, in from .descriptors import ManyRelatedObjectsHistoryDescriptor, ReverseManyRelatedObjectsHistoryDescriptor File "/lib/python2.7/site-packages/m2m_history/descriptors.py", line 7, in from django.db.models.fields.related import ManyRelatedObjectsDescriptor, ReverseManyRelatedObjectsDescriptor, \ ImportError: cannot import name ManyRelatedObjectsDescriptor

sosico commented 7 years ago

I just saw that it is not compatible, any plans to fix this in the near future?

ramusus commented 7 years ago

Unfortunately, right now I don't have time to make this compatible with 1.9 - 1.10. Any help is appreciated.