Skip to content

S3OptimizedUploadStorage: self._clean_name does not exist #251

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

Closed
agsimmons opened this issue Mar 27, 2023 · 0 comments · Fixed by #252
Closed

S3OptimizedUploadStorage: self._clean_name does not exist #251

agsimmons opened this issue Mar 27, 2023 · 0 comments · Fixed by #252
Assignees
Labels
bug dependencies Pull requests that update a dependency file

Comments

@agsimmons
Copy link
Contributor

In this commit, django-storages moved the clean_name function to storages.utils, but kept compatibility with the self._clean_name invocation.

In this commit, support for the invocation of clean_name through self._clean_name was removed.

I'll create a pull request for this issue.

@codingjoe codingjoe added the bug label Mar 29, 2023
@codingjoe codingjoe added the dependencies Pull requests that update a dependency file label Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants