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

Commit a531947 breaks ManifestFilesMixin storages #1436

Closed
TheEnbyperor opened this issue Jul 23, 2024 · 1 comment
Closed

Commit a531947 breaks ManifestFilesMixin storages #1436

TheEnbyperor opened this issue Jul 23, 2024 · 1 comment

Comments

@TheEnbyperor
Copy link

Storage backends that use ManifestFilesMixin (e.g. S3ManifestStaticStorage) break on the new behaviour of exists() introduced in commit a531947.

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.

@jschneier
Copy link
Owner

Dupe #1430

@jschneier jschneier closed this as not planned Won't fix, can't repro, duplicate, stale Jul 23, 2024
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

No branches or pull requests

2 participants