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
Storage backends that use ManifestFilesMixin (e.g. S3ManifestStaticStorage) break on the new behaviour of exists() introduced in commit a531947.
ManifestFilesMixin
S3ManifestStaticStorage
exists()
The hashed_name function on the mixin first calls exists(), but this is now always False when overriding files is enabled, thus breaking the mixin.
hashed_name
The text was updated successfully, but these errors were encountered:
Dupe #1430
Sorry, something went wrong.
No branches or pull requests
Storage backends that use
ManifestFilesMixin
(e.g.S3ManifestStaticStorage
) break on the new behaviour ofexists()
introduced in commit a531947.The
hashed_name
function on the mixin first callsexists()
, but this is now always False when overriding files is enabled, thus breaking the mixin.The text was updated successfully, but these errors were encountered: