-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'module' object has no attribute 'subclassing' in django 1.10 #154
Comments
+1 to this. I'm seeing the same issue with 1.10. |
+1 - Django upgrade blocker for our team. |
Pull request #151 partially addressed this issue but some tests in the travis build are still failing. If anyone can help out, please do so. |
Hello all, experiencing this issue as well with Django 1.10, which basically makes the whole project unusable at this stage. I would say it's pretty urgent and it should be fixed with high priority, given its blocking nature. My traceback:
|
@angelo-romano It looks like my team is temporarily working around this by installing from github rather than pypi (i.e. they seem to have it fixed in recent commits, but the change hasn't made it to pypi yet).
|
please read #161 |
@nemesisdesign Please when will changes be made to pypi? |
@Farcorn please read #161 |
Hi this issue is still open?
pip install git+https://github.com/djangonauts/django-hstore.git gives another error:
But where is this contrib/hstore.sql file? |
…lity (hstore has been native since django 1.8) Removing this library removes an impediment to upgrading to Django 1.10. django-hstore isn't compatible with Django 1.10. The author is aware of this but has no more time to maintain the module and is looking for a new maintainer. djangonauts/django-hstore#154 djangonauts/django-hstore#161 Also fixed all flake8 complaints in the file I touched (partners/models.py).
I keep getting this issue after upgrading from django 1.9 to 1.10.
looks like the file subclassing.py is missing in django.19
class HStoreDescriptor(models.fields.subclassing.Creator):
The text was updated successfully, but these errors were encountered: