Emmanuel Lodovice

Results 4 issues of Emmanuel Lodovice

Because the `read` methods calls `.decode` on the value when the file is opened or `r` mode, `UnicodeDecodeError` is raised when looping over the chunks and the chunk happened to...

When you call `default_storage.size(path_that_does_not_exists)` with `S3Boto3Storage` as the default storage backend, it will raise `botocore.exceptions.ClientError` instead of `FileNotFoundError`.

If you have a css file like `home+profile.css` and you imported this in your main styles.css like `@import url("home%2Bprofile.css")`, when using `S3ManifestStaticStorage` and running collectstatic, the storage classes creates new...

Thanks for this wonderful library first of all 🙇 Right now `application/json` is not one of the content types that should NOT be streamed. Because of this if you are...