question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

With 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:closed
  • Created 7 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
dominicrodgercommented, Oct 5, 2016

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.

0reactions
dominicrodgercommented, Oct 22, 2016

Yes, that looks correct to me (it’s what I get, when I use Django 1.10 locally).

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found