-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
Django 1.8: ImportError: No module named related #156
Comments
Yeah. I've looked a little at it, but I haven't figured out what the solution is yet. If anyone else would like to try, please feel free! @treyhunner and I will both be at PyCon in Montreal in April as well. We talked a little about doing some sprints while we're there. This may be something we work on then if it isn't fixed by then. |
Hey guys, I was wondering if this change is appropriate to fix it, and if not, what the issue is with it? I see some warnings that it degraded the quality of the build, but can't find what it degraded. |
I know the comments are mostly from Landscape, but it's only testing code Unless those all pass we can't merge it. On Thu, Mar 19, 2015 at 12:56 PM TheKGF notifications@github.com wrote:
|
FYI - I fixed another app for this with these steps: replace:
with:
And then replace all RelatedObject with ForeignObjectRel |
Thanks Phoebe... Our situation was a little more complex, but it looks like
|
Good! |
+1, looking forward to an update. Thanks for the awesome module. 👍 |
Django 1.8 has made some changes here and removed the RelatedObject API. More details are here: https://docs.djangoproject.com/en/dev/releases/1.8/#model-attribute-on-private-model-relations
The text was updated successfully, but these errors were encountered: