Skip to content
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

For OneToOne lookup field use the target_field to determine type #482

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Conversation

lingster
Copy link

fix for #481

@lingster
Copy link
Author

lingster commented Oct 28, 2019

@axnsan12 : seems like the tox env djmaster is failing as django 3.1 has the following update:
The compatibility import of django.core.exceptions.FieldDoesNotExist in django.db.models.fields is removed.

It seems that there are some external packages that are still doing from django.db.models.fields import FieldDoesNotExist which is causing the CI to fail. Is there a work around for this or should we just waiting until other projects have been updated?

@JoelLefkowitz JoelLefkowitz changed the base branch from master to 1.21.x July 17, 2022 17:20
@JoelLefkowitz JoelLefkowitz added 1.21.x Release target in 1.21.x bug Bug report/fix labels Jul 17, 2022
@JoelLefkowitz JoelLefkowitz deleted the branch axnsan12:master October 17, 2024 11:55
@JoelLefkowitz JoelLefkowitz reopened this Oct 17, 2024
@JoelLefkowitz JoelLefkowitz changed the base branch from 1.21.x to master October 17, 2024 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.21.x Release target in 1.21.x bug Bug report/fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants