You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2018. It is now read-only.
In django-staticfiles/staticfiles/storage.py, post_processing, the original_file is just read but not decoded, leading to UnicodeError if the original_file contains non-ascii characters.
In
django-staticfiles/staticfiles/storage.py
,post_processing
, theoriginal_file
is just read but not decoded, leading toUnicodeError
if theoriginal_file
contains non-ascii characters.https://github.com/jezdez/django-staticfiles/blob/develop/staticfiles/storage.py#L266
The text was updated successfully, but these errors were encountered: