1.10 support
See original GitHub issueWith Django 1.10 I get:
...
File "/home/jmk/.virtualenvs/home-budgets/lib/python3.5/site-packages/recurrence/fields.py", line 3, in <module>
from django.db.models.fields.subclassing import Creator
ImportError: No module named 'django.db.models.fields.subclassing'
Seems like there is an s
too much there. Shouldn’t it be django.db.models.field.subclassing
?
I guess it’s a 1.10 refactor.
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Apache Subversion 1.10 Release Notes
Subversion 1.10 provides a new implementation of path-based authorization with improved performance and wildcard support. There are some compatibility issues.
Read more >Support for Istio 1.10 ends on December 30th, 2021
According to Istio's extended support policy, minor releases like 1.10 are supported until six weeks after the N+2 minor release (1.12 in ...
Read more >Pytorch 1.10 support · Issue #148 - GitHub
Seems like setup.py disallows torch version 1.10 and torchvision 1.11. Poetry output $ poetry add torchmeta Using version ^1.8.0 for ...
Read more >Cilium 1.10: WireGuard, BGP Support, Egress IP Gateway ...
WireGuard encryption in Cilium 1.10 is supported both in direct routing and tunneling mode, and may also be enabled in managed Kubernetes ...
Read more >Go 1.10 Release Notes - The Go Programming Language
There are no new supported operating systems or processor architectures in this release. Most of the work has focused on strengthening the support...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @beruic - this was addressed in #69, which was fixed in version 1.4.0. That’s unfortunately not available on PyPI yet (#72), hopefully @emperorcezar can get it released soon.
Yes, that looks correct to me (it’s what I get, when I use Django 1.10 locally).