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
with this change
bdb0038#diff-ae567fb35986cceee2f0399f7be300078047a13c07299ef415971c7e2f786bbeR75
the default oauth2_access_token is set to None- which will override the value loaded from settings here https://github.com/jschneier/django-storages/blob/1.14.4/storages/base.py#L21 and set it back to None.
oauth2_access_token
None
Expected: override settings through kwargs only if they are not None
kwargs
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
with this change
bdb0038#diff-ae567fb35986cceee2f0399f7be300078047a13c07299ef415971c7e2f786bbeR75
the default
oauth2_access_token
is set toNone
- which will override the value loaded from settings here https://github.com/jschneier/django-storages/blob/1.14.4/storages/base.py#L21 and set it back toNone
.Expected: override settings through
kwargs
only if they are notNone
The text was updated successfully, but these errors were encountered: