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

Django42 without configs #194

Closed
wants to merge 6 commits into from
Closed

Conversation

awais786
Copy link

@awais786 awais786 commented Aug 6, 2023

With django42 migrations fails and suggests for new migrations.
Even on creating new migration they failed to run.

migrations shows this failure

../.tox/django42/lib/python3.8/site-packages/django/utils/functional.py:57: in __get__
    res = instance.__dict__[self.name] = self.func(instance)
../.tox/django42/lib/python3.8/site-packages/django/db/models/fields/related.py:733: in related_fields
    return self.resolve_related_fields()
../.tox/django42/lib/python3.8/site-packages/django/db/models/fields/related.py:1086: in resolve_related_fields
    related_fields = super().resolve_related_fields()

@awais786 awais786 closed this Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant