We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks like the publication of the 4.1.0 release overwrote the 4.0.0 wheels on pypi.
The broken 4.0.0 wheel now produces this error:
AttributeError: 'Settings' object has no attribute 'TENANT_USE_ASGIREF'
The asgiref support should not be part of 4.0.0 but only of 4.1.0.
The text was updated successfully, but these errors were encountered:
We needed to add TENANT_USE_ASGIREF = False to our applications settings.py to avoid an error we were getting after the happened. FYI.
Sorry, something went wrong.
Yes that's how we hot fixed the error too.
TENANT_USE_ASGIREF
I'm sorry but I do not think this issue is fixed yet.
The 4.0.0 wheel on pypi still contains the source code of the 4.1.0 release.
Therefore all django applications which have pinned django-multitenant to 4.0.0 will break when they are reinstalled/redeployed.
@gurkanindibay is it possible to recreate the 4.0.0 wheel and upload it to pypi?
Successfully merging a pull request may close this issue.
It looks like the publication of the 4.1.0 release overwrote the 4.0.0 wheels on pypi.
The broken 4.0.0 wheel now produces this error:
The asgiref support should not be part of 4.0.0 but only of 4.1.0.
The text was updated successfully, but these errors were encountered: